/* CSS Document */

A {
	COLOR: #2d49ff;
}
A:hover {
	COLOR: #e18000; text-decoration:none;
}

body,td,th {
	font-size: 12px;
	color: #000;
}
body {
	margin: 0px;
	background:#FFF;
}

#container { position:absolute; width: 772px; height: 316px; left:50%; top:50%; margin-left:-386px; margin-top:-158px;}
#login_top{ width:772px; height:149px; float:left; margin:0px; background: url(../images/login/login_top.jpg) no-repeat;}
#login_center{ width:772px; height:150px; float:left; margin:0px; background:url(../images/login/login_center.jpg) no-repeat;}
#login_foot{ width:772px; height:17px; float:left; margin:0px; background:url(../images/login/login_foot.jpg) no-repeat;}

#input_body{ padding-left:428px; padding-top:0px;}
input.login_input{ height:26px; width:180px; color:#000; font-size:12px; border: 0px solid #bbb; background:url(../images/login/input_bg.png) top no-repeat; background-color:fff; line-height:24px; text-indent:8px;}
input.login_button { margin: 0px; padding: 0px; background:url(../images/login/login_button.png) no-repeat; cursor: pointer; border: none; width: 50px; height: 24px; line-height: 24px; text-align: center;}
input.login_button:hover { margin: 0px; padding: 0px; background:url(../images/login/login_button_over.png) no-repeat; cursor: pointer; border: none; width: 50px; height: 24px; line-height: 24px; text-align: center;}

input.button_help { background:url(../images/login/help_button.png) no-repeat; cursor: pointer; border: 0px none; height: 24px; width: 45px;}
input.button_help:hover { background:url(../images/login/help_button_over.png) no-repeat; cursor: pointer; border: 0px none; height: 24px; width: 45px;}
.error { font-size:12px; color:#F00;}