.form fieldset {
    border: 0;
    display: block;
    padding: 10px;
}

.input_class, .textarea_form, .input_class_small, .input_class_next_small, .input_generic, .input_class_200, .input_class_applyleave {
    height: 24px;
    overflow: hidden;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    padding: 2px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.input_select_small[disabled], .ddm_style[disabled], .input_select[disabled], .input_text_ddm[disabled], select[disabled],
.input_class[disabled], .textarea_form[disabled], .input_class_small[disabled], .input_class_next_small[disabled], .input_generic[disabled], .input_class_200[disabled], .input_class_applyleave[disabled] {
    background-color: #eee;
    opacity: 1
}

.input_class:focus, .textarea_form:focus, .input_class_small:focus, .input_class_next_small:focus, .input_generic:focus, .input_class_200:focus, .input_class_applyleave:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.input_select_small, .ddm_style, .input_select, .input_text_ddm, select {

    padding:2px 12px;
    height: 24px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.input_select_small:focus, .ddm_style:focus, .input_select:focus, .input_text_ddm:focus, select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.input_class_small {
    width: 20%;
    float: left;
    overflow: hidden;
}
.input_class_200 {
    width: 200px;
    overflow: hidden;
}
.input_generic {
    width: 20%;
    overflow: hidden;
}
.input_class_next_small {
    width: 60%;
    overflow: hidden;
}
.textarea_form {
    height: 100px;
    width: 520px;
    overflow: hidden;
}
fieldset table td {
    vertical-align: middle;
    padding: 5px;
}
fieldset table td.top {
    vertical-align: top;
}
fieldset table td.bottom {
    vertical-align: bottom;
}
fieldset table {
    float: left;
    border-collapse: collapse
}
.form_left {
    float: left;
    width: 48.5%;
    border: 1px solid #475e81;
}
.form_right {
    float: right;
    width: 48%;
    border: 1px solid #475e81;
    margin-bottom: 20px;
}
.single_column {

    width: 96%;
    clear: both;
    margin: 0 auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

* .single_column {
    margin: 0 auto;
    margin-top: 20px;
}
.single_column, .form_right, .form_left .fieldset {
    position: relative;

    background: #FFF;
    padding: 1.3em 1em 0.5em 0.5em;
    text-align: left;
    margin-bottom: 10px;
}
.fieldset {
    z-index: 0;
}
legend span {
    position: absolute;
    top: -10px;

    background-color: #FFFFFF;
    font-weight: bold;
    border: 1px dotted #475e81;
    padding: 4px 5px;
    font-size: 12px;
}
.form label {
    clear:left;
    float:left;
    width:10em;
    margin:0.25em 0;
}
.controls {
    clear: left;
    padding-top: 10px;
}
.form .button {
    border-bottom: 2px solid silver;
    border-left: 2px solid silver;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    background: #e8f8ff;
    padding: 3px;
}
.form .button:hover {
    background: #FFCECE;
    color: #FF0000;
}
.form {
    margin-top: 0px
}
.required {
}
.user_pic {
    clear: both;
    border: 2px solid #EAF4FF;
    width: 103px;
    height: 108px;
    margin: 0 auto;
    text-align: center;
    display: block
}
.attention_field {
    border: 1px solid #000099;
    background: #E6FFFF;
}
.error_field {
    border: 1px solid #FF0000 !important;
    background: #ffdbdb !important;
}
.inline_error {
    color: #FF0000;
}
.error_message_field {
    font-weight: bold;
    padding: 2px;
    margin-left: 130px;
    color: #FF0000;
    display: block
}
.remchars {
    color: #0080C0;
    font-size: 10px;
}
input.remchars {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF0000;
    border: 1px solid #CCCCCC;
    text-align: center;
    background: #E8E8E8;
}
.input_class_applyleave {
    width: 120px;
}
.form_table {
    border-collapse: collapse;
    float: left;
    width: 800px;
}
.form_table td {
    padding: 2px;
    vertical-align: top;
}
.form_table img {
    position: relative;
    top: 5px;
}

.form legend span, #form_header, legend span {
    font-size: 12px;
    font-weight: bold
}
.form_right label, .input_select_small, .form_left label, .single_column label, table, .error_message_field, .form input, .input_class, .textarea_form, .input_select, .input_class_small, .input_class_next_small, .input_generic, .input_class_applyleave, select, input, textarea {
    font-size: 12px
}
.form .button, .error_message_field {
    font-size: 12px;
}
@media all and (min-device-width: 1400px) {

    .form legend span, #form_header, legend span {
        font-size: 12px;
        font-weight: bold
    }
    .form_right label, .input_select_small, .form_left label, .single_column label, table, .error_message_field, .form input, .input_class, .textarea_form, .input_select, .input_class_small, .input_class_next_small, .input_generic, .input_class_applyleave, select, input {
        font-size: 14px
    }
    .form .button, .error_message_field {
        font-size: 14px;
    }
}
