.required {
	color: #FF0000;

}
.field_title {
	vertical-align: top;
	text-align:right;
}
.textfield {

	width: 200px;
}
.textarea {
	width: 300px;
	height: 100px;
}
.field_heading {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 15px;
	color: #666666;
}
.select {
	width: 400px;
        font-size:12px;

}
.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;
}














