.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	vertical-align: top;
	text-align:right;
	margin-right: 5px; 
	padding-right: 5px;
}
.textfield {
	font-size: 12px;
	width: 200px;
	margin-top: 3px; 
	margin-bottom: 5px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
}
.select {
	font-size: 12px;
	margin-top: 3px; 
	margin-bottom: 5px;
	padding-right: 5px
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
.field_checkbox, .field_radio { margin-right: 5px; }

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}														