.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 241px;
	
	border-top:1px;
	border-bottom:1px;
	border-left:0px;
	border-right:0px;
	border-style: solid;
	border-color: #cdcdcd;
	
	
}
.textarea {
	font-size: 12px;
	width: 241px;
	height: 100px;
	border-top:1px;
	border-bottom:1px;
	border-left:0px;
	border-right:0px;
	border-style: solid;
	border-color: #cdcdcd;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	
	padding-top: 10px;

}
.submit{
	margin-top:15px;
	background-color: #fcfcfc;
	text-decoration: underline;
	cursor: pointer;
}


.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;
}