.required {
        color: #FF0000;
}
.field_title {
        font-size: 12px;
        width: 150px;
        text-align:right;
}
.textfield {
        font-size: 12px;
        width: 200px;
        margin: 5px 0px 0px 0px; 
}
.textarea {
        font-size: 12px;
        width: 60%;
        height: 50px;
        margin-top:5px;
}
.field_heading {
        font-size: 12px;
        font-weight: bold;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #999;
        padding: 10px 0px 0px 0px ;        
        color: #666666;
}
.field_privacy {
        font-size: 10px;
        padding: 10px 0px 0px 0px ;        
        color: #666666;
}

.select {
        font-size: 12px;
        margin-top:5px;

}
.checkbox_label {
        font-size: 11px;
        cursor: pointer;
}
.radio_label {
        font-size: 11px;
        cursor: pointer;
}
.email {
        font-size: 12px;
        width: 200px;
        margin-top: 5px; 
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
        display:none;
}
input {
background: #FDFCFA;
border: 1px solid #99723B;        
}

