﻿.main
{
    width: 100%;
    padding: 0;
    margin: 0;

}

.centerdiv
{
    width: 520px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: solid 1px #989898;
}
.divheader
{
    background-color: #707283;
    height: 20px;
}
.divbody
{
    width: 512px;
    border: dotted 2px #989898;
    border-top: none;
    text-align: center;
    margin: 0 auto;
    background-image: url(../../../images/email_envelope.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 10px;
}
.rightdiv
{
    float: left;
    width: 150px;
    height: 20px;
    text-align: right;
}
.leftdiv
{
    width: auto;
    float: left;
    height: 20px;
}

