.required {
	color: #FF0000;
}

.field {
	padding: 10px 0;
}

label {
	display: block;
	padding: 5px 0;
}

.textfield {
	width: 75%;
}

.textarea {
	width: 75%;
	height: 200px;
}

.field_heading {

}

.select {

}

.checkbox_label {
	cursor: pointer;
}

.radio_label {
	cursor: pointer;
}
.email {
	width: 75%;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}								
