﻿/*body {background-color:#404040;}**/

#FormTable td {font-family:Arial;font-size:10pt;
    background-color:Transparent;
    padding:0px;
    margin:0px;
    /*vertical-align:top;*/
}

 
td {font-family:Arial;font-size:9pt;
    background-color:Transparent;
    padding:0px;
    margin:0px;
    vertical-align:top;
}
.FormFieldDesc { font-weight: normal; color: mediumblue; }
.FormFieldError { font-weight: bolder; color: #ff0000;}

.FormField
{
    border-top: #b0b0b0 thin solid;
    border-right: #b0b0b0 thin solid;
    border-bottom: #b0b0b0 thin solid;
    border-left: #b0b0b0 thin solid;
    font-weight: bold;
    font-size: 1.0em;
    color: #000;
    background-color: #ffffcc;
    margin-bottom:0px;
}
.FormFieldError
{
    border-top: red 2px solid;
    border-right: red 2px solid;
    border-bottom: red 2px solid;
    border-left: red 2px solid;
    font-weight: bolder;
    font-size: 1.0em;
    color: #000000;
    background-color: #ffffcc;
    margin-bottom:0px;
}
.FormTextArea
{
    border-top: #b0b0b0 thin solid;
    border-right: #b0b0b0 thin solid;
    border-left: #b0b0b0 thin solid;
    border-bottom: #b0b0b0 thin solid;
    font-weight: bold;
    color: #000;
    font-family: arial;
    font-size:1.0em;
    background-color: #ffffcc;
    margin-bottom:5px;
}
.FormTextAreaError
{
    border-top: red 2px solid;
    border-right: red 2px solid;
    border-left: red 2px solid;
    border-bottom: red 2px solid;
    font-weight: bold;
    color: #000;
    font-family: arial;
    font-size:1.0em;
    background-color: #ffffcc;
    margin-bottom:5px;
}
.success {
    text-align:center;
    color:Blue;
    font-size:10pt;
}