.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 150px;
	vertical-align: top;
	text-align:left;
padding: 7px;
}
.textfield {
	font-size: 12px;
	width: 97%;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 97%;
}
.field_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
font-weight: bold;
	color:#c66c2e;
	padding:5px;
	border-bottom: 1px dotted #a95922;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 97%;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}