body
{
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    background-color: #dee2f9;
    overflow:hidden;
}
.InputTable
{
    width: 400px;
    height: 95px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: auto;
    margin: 80px auto auto auto;
    vertical-align: middle;
    padding-top: auto;
    text-align: center;
    border-right: #ffffff 0px solid;
    border-top: #ffffff 0px solid;
    border-left: #ffffff 0px solid;
    border-bottom: #ffffff 0px solid;
    border-collapse: collapse;
    font-family:Arial, Sans-Serif;   
}
.InputTable th
{
    height: 30px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    background-color: #4347ad;
    font-size:16px;
    background-image: url(../images/welcome.gif);
}
#header
{
    height: 79px;
    width: 100%;
    margin: 0;
    padding: 0;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;
    text-align: left;    
    vertical-align: middle;
    position: relative;
    /*background-image: url(../images/title.gif);*/
    background-color: #DDE4FB;
    float: left;

}
#main
{
    height:71%;
    width: 100%;
    margin: auto auto auto auto;
    padding: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: center;
    float: left;
    background-color: #6c67bb;
    background-color: #7e72c3;
    vertical-align: middle;
    position: relative;
    line-height:450px;
    
}
.InputTable TD
{
    height:50px;
    width:auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin: 0px;
    vertical-align: middle;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    background-color: #4e49a2;
    text-align: left;
    border-bottom-style: none;
    color: #c7c7c7;
    line-height:100%;
    font-family:Arial;
    font-size:15px;
}
.InputTable .label 
{
	width:150px;
	font-size: 13px;
	font-weight: bold;
	color: #c7c7c7;
	text-align: center;
}

.InputTable .input
{
    background-color: #c0c0c0;
    border: 1px solid #000000;
    font-size: 10pt;
    font-family:Arial, Sans-Serif;
}

.LoginButton
{
    margin:30px;
    color: #FFFFFF;
    background-color: #57467c;
    text-align: center;
    border: 1px solid #000000;
    width: 88px;
    height:22px;
    cursor: hand;
    font-family:Arial, Sans-Serif;  
    font-weight:bold;
    background-image: url(../images/login.gif);
}

