/* all forms uses these classes */
.button {
    font-family : Arial;
    font-size : 11px;
    font-weight: bold;
    background : #ad1a2d;
    border : 0px solid #92A4BC;
    color : white;
    z-index: 0;
}

.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;
}
