/*------------------------------------------
    FORMS
-------------------------------------------*/
fieldset {
    border: none;
    border-top: 1px solid #e1e2e3;
    margin: 20px 0;
    padding: 4px 0;
}

    fieldset .half, fieldset .last-half {
        width: 200px !important;
        padding-left: 3px !important;
    }

    fieldset .whole {
        width: 390px;
        padding-left: 3px;
    }

legend {
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .02cm;
    padding-right: .3em;
}

select {
    width: 95%;
}

p select {
    margin-bottom: 5px;
}

select optgroup {
    /* font-style:italic; */
    font-weight: bold;
}

    select optgroup option {
        margin-left: 20px;
    }

input, textarea {
    width: auto;
    margin: 0 6px 0 0;
}

    input.aligned {
        margin-top: 24px !important;
    }

    input.aligned_bottom {
        margin-top: -16px !important;
    }

.callout input {
    margin-bottom: 10px;
}

input.img_input_l {
    width: auto !important;
    float: left;
    margin-right: 16px;
}

input.img_input_r {
    width: auto !important;
    float: right;
    margin-right: 16px;
}

input.img_input {
    width: auto !important;
    float: right;
    margin-right: 16px;
    margin-bottom: 8px;
}

input.img_input_go {
    width: auto !important;
    float: right;
    margin-top: -22px;
    padding-right: 14px;
}

.small {
    width: 50px;
}

.smallmed {
    width: 70px;
}

.smalllarge {
    width: 100px;
}

.medium {
    width: 146px;
}

.large {
    width: 200px;
}

.large_google {
    width: 200px;
    background-color: #ffffa0;
}

.xlarge {
    width: 360px;
}

label {
    color: #212223;
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin: 5px 8px 0 0;
}

    label em {
        margin: 0 6px 0 6px;
        font-weight: bold;
        color: #f00 !important;
    }

.required {
    color: #f00 !important;
    font-weight: bold !important;
}

.left_label {
    width: 160px;
    min-width: 160px;
    !important;
    float: left;
    margin: 2px 10px 15px 0;
    clear: left;
    text-align: right;
}

.left_input {
    margin-bottom: 15px;
}

.left_area {
    margin-top: 22px;
}

.submit {
    width: 95%;
    text-align: right;
}

.formbutton {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    /*background-color: #FF9100;*/
    /*Branding Changes*/
    background-color: #d64000;
    border: 0;
    letter-spacing: 1px;
}

.main form p, #main form p, #mainFull form p, .callout form p {
    margin: 6px 0 5px 0 !important;
}

form strong {
    color: #5a5b5b;
    margin-left: 3px;
}

ul.checkboxes {
    padding: 0;
    margin-top: .6em;
    *margin-top: .4em;
}

    ul.checkboxes li {
        list-style: none;
        background: none !important;
        clear: both;
        height: auto;
        overflow: auto;
    }

        ul.checkboxes li input {
            float: left;
        }

        ul.checkboxes li label {
            margin: -2px 2em 0 .1em;
            *margin: 0 2em 1em 0;
            float: left;
            clear: right;
        }

ul.form_list {
    margin: .3em 0;
}
/*-- use for radio button and checkbox arrays -- */
.form_list li {
    display: inline;
    background: none;
    margin-right: 1em;
    padding: 0;
}

.form_list_label {
    margin-top: 1em;
}

div.formbuilder {
    margin-bottom: 10px;
    padding: 7px;
}

    div.formbuilder label {
        display: block;
        float: left;
        width: 200px;
        margin-right: 1em;
        text-align: right;
    }

    div.formbuilder p label {
        clear: both;
    }
