.required {
	color: yellow;
}
.field_title {
        color: #000000;
	font-size: 12px;
	width: 75px;
	vertical-align: top;
	text-align: right;
}
.textfield {
	font-size: 12px;
	width: 125px;
}
.textarea {
	font-size: 12px;
	width: 100%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	padding-top: 10px;
	color: black;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 125px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}