.required {	
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	vertical-align: top;
	text-align:right;
	margin-left:25px;
}
.textfield {
	font-size: 12px;
	margin-left:25px;
}
.field_radio {
	font-size: 12px;
	margin-left:25px;
}
.field_checkbox  {
	font-size: 12px;
	margin-left:25px;
}

.textarea {
	font-size: 12px;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {	
	font-size: 11px;
	cursor: pointer;
	display:inline;
	margin: 0 0 5px 0;
  	width: 170px;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	margin-left:25px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}