/* Separators */
.form_td_separator_gradient, .infoview_sep {
    background: #104853;
}
/*
.form_td_subseparator_left {
    padding: 0 !important;
    background:#ffffff;
    color:#bbbbbb;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3px !important;
}
.form_td_subseparator_right {
    padding: 0 !important;
    background:#ffffff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3px !important;
}
.form_subseparator_label {
    color: #777;
    font-size: 11pt;
}
.form_td_separator_gradient {
    padding-top: 20px;
    background: #ffffff;
    border-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}
.form_td_separator_warning {
    padding-top: 20px;
    background: #ffcccc;
    border-bottom: 0;
    border-bottom: 1px solid #ee6666;
}
.form_separator_label {
    color: #777;
    font-size: 16pt;
} */


/* form background, label and hint text colours */
.form_td_label {
    background: #e8e8e8;
}
.form_td_label_small {
    background: #e8e8e8;
}
.form_td_label_sub{
    background: #e0e0e0;
}
.form_td_label_error {
    background: #ffbbbb;
}
.form_td_label_error_small {
    background: #ffbbbb;
}

.form_td_entry {
    background: #e8e8e8;
}

.form_label{
    color: #000;
}
.form_label_small{
    color: #000;
}
.form_label_sub{
    color: #000;
}
.form_label_negative {
  color: #aa0000;
}
.form_label_link {
 color: #0000cc !important;
 background: #e8f8ff;
}
.form_label_data {
}
.form_hint_div {
}


.form_td_field {
    background: #f8f8f8;
}
.form_td_field_small {
    background: #f8f8f8;
}
.form_td_field_sub {
    background: #e0e0e0;
}
.form_field{}

.form_hint{
}
.form_radio_div {
}
.form_radio_small {
}
.checkboxradiodiv {
}


.form_td_buttons {
    background: #f8f8f8;
}


/* Input fields & Forms */

input.button, button.button, .smallbutton, .tinybutton, .fakeButton {
 /* border: 1px solid #FF8500; */
 /* padding: 3px; */
 background: #FF8500;
 color: #fff;
 box-shadow: 1px 1px 4px #DADADA;
 -moz-box-shadow: 1px 1px 4px #DADADA;
 -webkit-box-shadow: 1px 1px 4px #DADADA;
 /* border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px; */
}


/* Shadow of fixed save button */
.form-scrollfix-bottom {
    box-shadow: 0 -20px 20px -12px #cccccc, 0 8px 5px -7px #777777;
    bottom: 2px !important;
}
