.required {
	color: #000022;
}
.field_title { color: #000; font-size: 12px; width: 100px; vertical-align: top; text-align:right; }
.textfield { font-size: 12px; width: 200px; color: #000000;}
.textarea { font-size: 12px; width: 90%; height: 100px; color: #000000;}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 10px;
	color: #000000;
}
.select {
	font-size: 12px;
	color: #000000;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
	color: #000000;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
	color: #000000;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
