﻿table.requestReportTable
{
       margin: 50px 0px 0px 70px;
       border-right:1px solid #333;  
       border-bottom:1px solid #333;
       width:480px;
    
 }
 
 .requestReportTable th
 {
     background:url(images/formBg.gif)  bottom left;
     height:30px;
     width:100%;
     text-align:center;
     border-top:1px solid #333;
     border-left:1px solid #333;
     color:Blue;
 }
.requestReportTable td
 {
    font-weight:bold;
    border: 1px solid #333;  
    border-bottom:none;
    border-right:none;
    padding:5px;  
    background-color:#ecf4fc;
    
}

.requestReportTable td span
{
    margin:0;
    display:inline-block;
    text-align:left;      
    vertical-align:top;
    
}

.valaditior
{
    display:none; 
    height:0px;
    width:0px;   
}

.disclaimer
{
    margin: 10px 0px 0px 70px;
    width:470px;
    text-align:justify; 
    border:solid 1px silver;
    padding:5px;   
}