.required {
	color: #FF0000;
}
.field_title {
        width: 130px;
	vertical-align: top;
	text-align:left;
}
.textfield {
        width : 210px;
}

.textarea {
  width : 210px;
  height: 8em;
}

.field_heading {
	font: normal 1.4em 'Lucida Grande','Lucida Sans Unicode', Tahoma, 'Trebuchet MS',arial,verdana,sans-serif; color:#d3021d;
	padding-top: 0px;
        padding-bottom: 10px;
        text-align: left;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	
background: #fff;
        color : #666;
        border : 1px solid #ccc;
        font : normal 1em Verdana, Arial, sans-serif;
        width : 250px;
        padding: 0.3em;  }
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
