﻿body
{
    background-color: #d7d7d7;
}
#top { width: 640px; height: 2px; background-image: url("images/top.gif"); background-repeat: no-repeat; overflow: hidden; }
#logo { width: 111px; height: 30px; background-image: url("images/logo.gif"); float: left; background-repeat: no-repeat; margin-right: 0px; margin-left: 9px; margin-top:9px; }
#slogan { text-align: right; margin-left: 50px; margin-right: 30px; padding-top:14px; height: 46px; color: #e85311;}
#bottom { width: 640px; height: 2px; background-image: url("images/bottom.gif"); background-repeat: no-repeat; overflow: hidden; }
.divStatus
{
    font-weight: bold;
    width: 100%;
    color: #959595;
    font-family: Verdana;
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: small;
    text-align: center;
}
.btnConfirm
{
    background-color: #3366cc;
    height: 25px;
    width: auto;
    font-family: Verdana;
    color: #ccffff;
    border-right: #6699cc outset;
    border-top: #6699cc outset;
    border-left: #6699cc outset;
    border-bottom: #6699cc outset;
    font-weight: bold;
    font-size: small;
 
}

/*--------------------------*/
table.maintable 
{
	vertical-align: bottom;
	height: 586px;
}
#tableFront
{
   height: 480px; width:640px;
}
.upperDiv
{
   width:640px; height: 48px; background-color: #ffffff;
   }
.middleDiv
{
    background-color:#ffffff; width: 640px; height: 480px; padding: 0;
}
.lowerDiv
{
    width:640px; height: 50px; background-color: #ffffff; color: #959595; padding-top: 20px;
}
   
/*------------------------*/
.msgfriendly { color: #063; } 
