.frm-required {
	color :#ff0000;
}
.frm-field_title {
	font-size :12px;
	width :170px;
	vertical-align :top;
	white-space :nowrap;
	text-align :left;
	color:#575756;padding-top:5px;
}
.frm-textfield {
	font-size :12px;
	width :280px;
	
	margin-bottom:5px;
}
.frm-textarea {
	font-size :12px;
	width :280px;
	height :100px;
	margin-top:5px;
	margin-bottom:10px;
}
.frm-field_heading {
	font-size :12px;
	font-weight :bold;
	border-bottom-width :2px;
	border-bottom-style :solid;
	border-bottom-color :#666666;
	padding-top :10px;
	color :#666666;
}
.frm-select {
	font-size :12px;
	width :303px;
	margin-bottom:5px;color:#575756;
	background-color: #F2F3F7;
}
.frm-select option {
	font-size :12px;
	width :100%;
}
.frm-select option:hover {
background-color: #F2F3F7;
}
.frm-field_checkbox {
	font-size :11px;
	cursor :pointer;
	width :30px;
	vertical-align :middle;
}
.frm-checkbox_label {
	font-size :11px;
	cursor :pointer;
	width :auto;
	float:none;
}
.frm-radio_label {
	font-size :11px;
	cursor :pointer;
}
.frm-email {
	font-size :12px;
	width : 280px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.frm-nixhier {
	display :none;
}
.frm-submission {
	margin :0 auto;
	position :relative;
	width :auto;
}

.captcha_table {color:#575756;padding-top:5px;}
