.required {
	color: #FF0000;
}
.field_title {
vertical-align: top;
}
.textfield {
	font-size: 12px;
	width: 200px;
	background-color:#E7E7E7;
border:1px solid #ADADAD;
}
.textarea {
	font-size: 12px;
	width: 200px;
	height: 100px;
	background-color:#E7E7E7;
border:1px solid #ADADAD;
}
.field_heading {
	
	
	
	vertical-align: top;
}
.select {
        border-width: 1px;
        width: 200px;
	
}
.checkbox_label {
	
	cursor: pointer;
}
.radio_label {
	
	cursor: pointer;
}
.email {

	width: 200px;
	
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}																				
