body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
}

.login_div {	
    width: 804px;
    height: 620px;
    margin: 0px;
    text-align:center;
   /* background: url( ../images/login/bg.gif ); */ 
}

.devide{
	color: #11506D;
}

.white_font{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana;
}

.main_font{
	color: #115371;
	font-size: 10px;
	font-family: Verdana;
}

.input_text
{
	border-bottom: 1px solid #73B0CC; 
	border-left: 1px solid #73B0CC; 
	border-right: 1px solid #73B0CC; 
	border-top: 1px solid #73B0CC;	
	width:100px;
}
.button{
	height:23px;
	width:90px;	
	border:0;
	background-color:transparent;
	background-image:url(../images/login/login.gif); 
}