﻿body {
}
.label
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    background-color: Transparent;
    width: 190px;
    height: 25px;
    float: left; 
    clear: left; 
}
.labelMessage
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    background-color: Transparent;
    width: 650px;     
}
.textbox
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    color: Black;
    background-color: White;
    width: 240px;
    margin-left: 0px; 
    padding-left: 0px;  
}
.textdiv
{
    float: left;
    height: 25px;
    width: 260px;
}
.multiline
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    color: Black;
    background-color: White;
    width: 240px;
    height: 90px;  
}
.multilinediv
{
    float: left;
    width: 260px;
    height: 100px;
}
.buttons
{
    float: left;
    width: 700px;
    text-align: center;    
}
.button
{
    width: 100px;    
}
.validators
{
    background-color: Transparent;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: Red;
    width: 200px;    
}
.valDiv
{
    float: left;
    width: 200px;
    height: 25px;    
}
