﻿
.required {
    color: #cc0033;
    font-size: 18px;
    line-height: normal;
}

.requiredvalidator {
    color: #cc0033;
    font-size: 12px;
    background-color: #fffff0;
    line-height: normal;
    padding: 2px;
}

.highlight {
    background-color: #ffffe0;
    color: #004a70;
    font-size: 13px;
}

.error {
    color: #cc0033;
}

.formTable {
    background-color: #f2f1e8;
    color: #000000;
    padding: 0px;
    margin: 0;
    border: solid 1px #515F66;
    font-size: 12px;
    line-height: normal;
}

.formSubHeadings {
    font-family: Arial;
    background-color: #515F66;
    border-right: solid 0px #000000;
    border-left: solid 0px #000000;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
}
.spacer
{
    padding: 2px;
}

/*.text
{
    padding-right: 25px;
}*/

.notification
{
    background-color: LightYellow;
    border: solid 1px #666666;
    padding: 8px;
    line-height: normal;
    font-family: Arial;
    font-size: 14px;
}
.formtitle
{
    font-size: 26px;
    margin: 0;
    line-height: normal;
    font-weight: 500;
    color: #515F66;
}
.bottomborder
{
    padding: 4px;
    border-bottom: dotted 1px #999999;
}