/* all forms uses these classes */
.button {
    font-family : Arial;
    font-size : 11px;
    background : #0072bc;
    border : 1px solid  #00558d;
    color : white;
    z-index: 0;
    height: 20;
}

.field_textbox, .field_filebox, .field_listbox, .field_selectbox {
    font-family : Arial;
    font-size : 11px;
    background : White;
    border : 1px solid #B0C4DE;
    color : Black;
    z-index: 0;
}

.field_checkbox {
    font-family : Arial;
    font-size : 11px;
    background : transparent;
    color : Black;
    z-index: 0;
}
