/* all forms uses these classes */
.button {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    background : black;
    border : 1px solid #4B6971;
    color : white;
    z-index: 0;
    font-weight: bold;
}

.field_textbox, .field_filebox, .field_listbox, .field_selectbox {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    background : White;
    border : 1px solid #4b6971;
    color : #4b6971;
    z-index: 0;
}

.field_checkbox {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    background : transparent;
    color : #4B6971;
    z-index: 0;
}
