.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 130px;
	text-align:left;
}
.textfield {
	font-size: 12px;
	width: 99%;
}
.textarea {
	font-size: 12px;
	width: 99%;
	height: 100px;
	padding-top:4px;
	padding-bottom:4px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #E4F0F5;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}																										
