﻿.main
{
    width: 100%;
    margin: 0;
    padding: 0;
}
.rightdiv1
{
    width: 100px;
    height: auto;
    float: left;
    padding-top: 20px;
    text-align: right;
}
.leftdiv1
{
    width: auto;
    float: left;
    height: 22px;
}
.rightdiv2
{
    width: 100px;
    height: 22px;
    float: left;
    text-align: right;
}
.leftdiv2
{
    width: auto;
    float: left;
    height: 22px;
}
.borderdotted
{
    border-bottom: dotted 2px #cccccc;
}
.topdiv
{
    float: left;
}
.gridback1
{
    background-image: url(../../../images/leftgrid.jpg);
    background-repeat: no-repeat;
}
.gridback2
{
    background-image: url(../../../images/rightgrid.jpg);
    background-repeat: no-repeat;
}
.borderlr
{
   border-right: solid 1px #ffffff;
}
.pading20
{
     padding-right:20px;
    }

