.table_login {
	background-image: url(../image/login_gj_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#form1 .table_login #userpwd {
	height: 18px;
	width: 175px;
	background-color: #87BEF4;
	color: #0000FF;
	border: 1px solid #3D7BC8;
}
#form1 .table_login #verpwd {
	height: 18px;
	width: 75px;
	background-color: #87BEF4;
	color: #0000FF;
	border: 1px solid #3D7BC8;
}

#form1 .table_login #usercode {
	height: 18px;
	width: 175px;
	background-color: #87BEF4;
	color: #0000FF;
	border: 1px solid #3D7BC8;
}
#form1 div {
	position:absolute;
    top:50%;
    left:50%;
    width:358px;
    height:272px;
    margin-top:-136px;
    margin-left:-179px;
    text-align:center; 
}