/* Separators */
.form_td_separator_gradient, .infoview_sep {
    background: #104853;
}

/* 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 {
 background: #bb4800;
 color: #fff;
 /* box-shadow: 1px 1px 4px #DADADA; */
 outline-color: #000099;
}


/* Shadow of fixed save button */
.form-scrollfix-bottom {
    box-shadow: 0 -20px 20px -12px #cccccc, 0 8px 5px -7px #777777;
    bottom: 2px !important;
}
