
.tblform
{
 width:100%;
 margin:0 auto;
 padding:0px;
 text-align:left;
 line-height:20px;
 background:#ffffff;
 border:1px solid #333399;
 color:#6C6E70;
 }
 
.tblform tr td
{
padding:5px;
border-bottom:solid 1px #333399;
border-right:solid 1px #333399;
 color:#6C6E70;
}

.tblform th
{
padding:5px;
background:#dbdbdb;
border-bottom:solid 1px #333399;
border-right:solid 1px #333399;
 color:#6C6E70;
}

.tblform th:hover
{
background:#000000;
}
