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