﻿body
{
    overflow: visible;
    font-size: 12px;
    font-family: helviteca,Tahoma,Verdana,Sans-Serif;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #4F76A3;
    height: 100%; /*firefoxneedit*/
}
.ShortTextBox
{
    width: 250px;
    border: solid 1px #C5C5C5;
    height: 18px;
}
.ShortRequiredTextBox
{
    width: 250px;
    border: solid 1px #C5C5C5;
    background-color: #F9F9EC;
}
.RequiredTextField
{
    border: solid 1px #C5C5C5;
    background-color: #F9F9EC;
}
.TextField
{
    border: solid 1px #C5C5C5;
    background-color: #FFFFFF;
}
textarea, input[type='text']
{
    border: solid 1px #C5C5C5;
}
.Label
{
    color: #000000;
    font-size: 12px;
    white-space: nowrap;
}
.ErrorLabel
{
    font-weight: bold;
    color: #FF0000;
    font-size: 12px;
    white-space: normal;
}
.Button
{
    background-color: #eaeaea;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    border: 1px solid #ccc;
}
.red
{
    color: Red;
}
.GreetMsg
{
    font-size: 13px;
    color: #4F76A3;
    font-weight: bold;
    margin-top:5px;
}
.FieldNameColumn
{
    width: 100px;
    padding-left: 5px;
}
.btnOk
{
    border: 1px solid #ccc;
    background-color: #eaeaea;
    padding: 0px 4px 0px 4px;
    vertical-align: middle;
}
#btnSend
{
    /*width: 89px;*/
    height: 30px;
    padding: 0px 15px 0px 15px;
}
a
{
    color: #333300;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
#CloseChata
{
    font-weight: bold;
    font-size: 13px;
}
#divPoweredBy
{
    color: #333300;
    font-size: 11px;
}
.divPromtMessage
{
    margin-top: 4px;
    margin-left: 5px;
    margin-bottom: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    vertical-align: middle;
}
.SuccessLabel
{
    font-weight: bold;
    color: #009999;
    white-space: nowrap;
}
