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