.required {
	color: #af0f29;
}
#button{color:#6a6a6a; border: 1px solid #6a6a6a;
BACKGROUND-COLOR: #383838; }
#button input :hover {color:#af0f29; border: 2px solid #af0f29;
BACKGROUND-COLOR: #383838; }

.field_title {
	font-size: 12px;
	width: 125px;
	vertical-align: top;
	text-align:left;
	BACKGROUND-COLOR: #383838;
}
.textfield, .textarea, .email {
	PADDING-LEFT: 4px;
	font-size: 12px;
	width: 99%;
	COLOR: #6a6a6a;
	PADDING-TOP: 1px;
	HEIGHT: 16px;
	BACKGROUND-COLOR:#383838;
        vertical-align: middle;
	border: 1px solid #6a6a6a;
        font-family:;
}
.textarea {
	
HEIGHT: 100px;	overflow: auto;
}
.field_heading {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	color: #990000;
}
.select {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
