﻿body {
}

table.application
{
    width: 100%;
    border:solid 1px #cccccc;
    font-family:Verdana;
    font-size:11px;
    
}
table.application td
{
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom:20px;
    float:none;
    vertical-align:top;
    /*color:#9b8598;*/
}

table.application label
{
    width:0px;
    float:none;
}

table.application th {
    background-image:url(../Images/header_back_blue.gif);
    font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    height:40px;
}

.error
{
    color:#ff0000;
}

.comment
{
   color:#9b8598;
    font-family:Verdana;
    font-size:10px;
    float:right;
}