﻿/* form */
.bluepanel {
    border: 1px solid #3878fe;
    border-radius: 8px;
    background-color: #5d92fe;
    padding: 10px 20px;
}

h2.form-title {
    color: white;
    font-size: 1.2em;
    margin-bottom:10px;
}

.standard_label {
    color: white;
    font-size: 1.0em;
}

.standard_label a{
    color: white;
    font-size: 1.0em;
    text-decoration: underline;
}

.standard-line-item {
    color: white;
    font-size: 0.9em;
}

a.standard_link {
    color: white;
    font-size: 1.0em;
    text-decoration: underline;
}

h4.form-subtitle {
    color: white;
    font-size: 0.8em;
}

h4.form-subtitle table td {
    font-size: 1.3em;
}

    h4.form-subtitle-gold {
        color: #f1ca58;
        font-size: 0.8em;
    }

.standard_row {
    margin-top: 10px;
}

.standard_select, .standard_textbox, .small_textbox, .white_textbox, a.menubutton {
    font-size: 1em;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    border-radius: 5px;
    background-color: #dedede;
    border-color: #dedede;
    border-style: none;
    margin: 0px 0px 5px 0px;
    width: 100%;
}

.standard_select {
    height: 35px;
}

.small_textbox {
    line-height: inherit;
}

.white_textbox {
    background-color: #fff;
    border:solid 2px #dedede;
}

.wide_select {
    padding-top: 8px;
    padding-bottom: 8px;
}

.one_hundred_percent_width {
    width: 100% !important;
}

.standard_checkbox {
    width: 20px;
    height: 20px;
}

.orange_submit_small, .cancel_button_small, .red_submit_small {
    font-size: 1em;
    color: #000;
    border-radius: 5px;
    border-color: #dedede;
    border-style: none;
    margin: 0px;
    background-color: #f7a414;
    border: none;
    padding: 0 20px;
}

.red_submit_small {
    padding-top: 2px;
    padding-bottom: 2px;
}

.cancel_button_small {
    border: solid 1px #dedede;
    background-color:white;
}

    .orange_submit_small:hover, .cancel_button_small:hover, .red_submit_small:hover
    {
        background-color: #dbb;
    }



.orange_submit {
    font-size: 20px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    border-radius: 5px;
    background-color: #f7a414;
    margin: 0px 0px 5px 0px;
    border: none;
}

.bottom_submit {
    margin-top: 10px;
}

    .orange_submit:hover {
        background-color: #ffcc66;
    }

.cancel_button {
    font-size: 20px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    border-radius: 5px;
    background-color: #f00;
    margin: 0px 0px 5px 0px;
    border: none;
}

.cancel_button:hover {
    background-color: #f88;
}

.subtitle {
    font-size: 0.8em;
}

.footnote {
    font-size: 0.5em;
    margin-top: 20px;
}

.white {
    color: white;
}


div.postmessage {
    display: none;
    font-size: 12pt;
    color: white;
}


/* end form */
