﻿.form {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #15334f;
}

.roundedcorners {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.roundcorners_top {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.roundedcorners_bottom {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form th#title {
    background-color: #15334f;
    padding: 5px;
    color: #FFF;
    font-size: 12pt;
    text-align: center;
}

.form tr td:last-child {
    /*width: 70%;*/
}

.form td {
    border-bottom: 1px solid #90a1b1;
    border-top: 1px solid #FFFFFF;
    background-color: #4883b0;
    padding: 3px 15px 3px 15px;
    vertical-align: middle;
    white-space: nowrap;
}

.form tr:last-child td {
    border-bottom: none;
    border-top: 1px solid #FFFFFF;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius:0px;
}

    .form tr:last-child td:first-child {
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        border-bottom-right-radius: 0px;
    }

    .form tr:last-child td:last-child {
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
    }

.form td.label {
    background-color: #c2c9cc;
    color: #15334f;
    width: 20%;
    white-space: nowrap;
}

.form td.field {
    background-color: #616668;
    width: 20%;
    color: #FFFFFF;
}

.form td.subheader {
    color: #15334f;
    font-size: 10pt;
    font-weight: bold;
    background-color: #bcc6cf;
    padding-top: 15px;
}

.form td.group {
    color: #15334f;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 15px;
    background-color: #d6d6d6;
}

.form td.tips,
.form span.tips {
    /*padding: 0px 15px 3px 45px;*/
    font-size: 8pt;
    font-style: italic;
    color: #67625e;
}

.form td.emphasis,
.form span.emphasis {
    font-size: 10pt;
    font-style: italic;
    color: #FFF;
}

.form_control {
    text-align: center;
}

.validationsummary {
    color: Red;
    border: 2px solid #FF0000;
    padding: 10px;
    margin-bottom: 8px;
    background-color: #FFCC66;
}

.nowrap {
    white-space: nowrap;
}
