.required {
}
.field_title {
	width: 220px;
	vertical-align: top;
}
.textfield {
	width: 280px;
	margin: 0 0 6px 0;
}
.textarea {
	width: 282px;
	height: 200px;
	margin: 0 0 6px 0;
}
.field_heading {
	font-weight: bold;
	padding: 10px 0;
	color: #666666;
	font-size: 18px;
}
.select {
	width: 282px;
	margin: 0 0 6px 0;
}
.checkbox_label {
	cursor: pointer;
	vertical-align: 4px;
	margin: 0 0 6px 0;
}
.radio_label {
	cursor: pointer;
	margin: 0 0 6px 0;
}
.email {
	width: 280px;
	margin: 0 0 6px 0;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
input[type=submit] {
	margin: 0 0 6px 0;
}
