﻿body 
{
    font-family:Tahoma;
    font-size:12px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.title
{
    font-family:Tahoma;
    font-size:14px;
}
.TableLogin1
{
    background-color:Teal;
    border-left-color:#0066CC;
    border-right-color:#0066CC;   
}
.TableLogin2
{
    font-size:12px;   
}
.Top
{
    width:auto;
    height:50px;
    margin-top:0px;
    background-color:#0066cc;    
}
.TopName
{
    width:350px;
    height:30px;
    float:left;
    margin-top:15px;
    margin-left:10px;
    color:#ffffff;
    /**border:solid 1px black;**/
}
.TopButton
{
    width:330px;
    height:30px;
    float:left;
    margin-top:15px;
    margin-left:30px;
    text-align:center;
    color:#ffffff;
    /**border:solid 1px black;**/
}
.TopDate
{
    width:150px;
    height:30px;
    float:right;
    margin-top:15px;
    margin-right:10px;
    color:#ffffff;
    text-align:right;
    /**border:solid 1px black;**/
}
.SideMargin
{
    width:auto;
    height:auto;
}
.Center
{
    width:auto;
    margin-left:auto;
    margin-right:auto;
    background-color:#E5EBFF;
}
.CenterMessage
{
    width:500px;
    height:20px;
    float:left;
    margin-left:10px;
    margin-top:10px;
}
.CenterBody
{
    width:1200px;
    float:left;
    margin-top:20px;
    margin-left:30px;
}
.Bottom
{
    width:auto;
    height:50px;
    margin-bottom:0px;
    background-color:#0066cc;    
}
.buttonImage
{
    background-image:url("Image\button_login.gif");
    background-attachment:fixed;
    background-repeat:inherit;
}
.RightLabel
{
	 text-align:right;
}
