.required {
	color: #FF0000;
}
.field_title {
	color:#666666;
font-family:Verdana;
font-size:10px;
font-weight:bold;
padding-left:0;
padding-right:0;
text-decoration:none;
}
.textfield {
	font-size: 12px;
	width: 200px;
	border:1px solid #DEDEDE;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	background: #600000;
	color: #FFFFFF;
	margin: 20px 0 0 15px;
	padding: 0;
}
.select {
	font-size: 12px;
	border:1px solid #DEDEDE;
}
.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;
}												
