body{
	margin:0px;
	padding:0px;
	background:url(images/login_body_bg.jpg);
	font-size:12px;
	color:#7f7f7f;
}
a{
	text-decoration:none;
}
form{
	margin:0px;
	padding:0px;
}
.header{
	height:80px;
	cursor:default;
}
.header .logo{
	width:830px;
	margin:0 auto;
	position:relative;
}
.header .logo a{
	position:absolute;
	top:20px;
}
.header .logo a img{
	border:none;
}
.body-wrap{
	background:url(images/login_banner_bg.png) center top repeat-x;
	height:436px;
}
.body{
	background:url(images/login_banner.png) center top no-repeat;
	height:436px;
}
.body .login-box{
	width:830px;
	margin:0 auto;
	position:relative;
}
.login{
	position:absolute;
	top:20px;
	right:2px;
	width:363px;
	height:405px;
	background:url(images/login_bng.png) center top no-repeat;
}
.login .login-form{
	height:230px;
	width:287px;
	margin:0 auto;
}
.login .login-form form{
	
}
.login_table {
	line-height: 35px;
	margin-top: 80px;
	text-align: center;
}
.login_table label {
	margin:0 10px
}
.login .login-form .login-input,.login .login-form .code-input{
	width:287px;
	height:33px;
	line-height:33px;
	border:none;
	background:url(images/login_input.jpg) no-repeat;
	margin:9px 0px;
	color:#7f7f7f;
	padding:0px 3px;
}
.login .login-form .code-input{
	width:106px;
	background:url(images/code_input.png) no-repeat;
}
.login .login-form .random-img{
	position:relative;
	top:-10px;
}
.login .login-form .login-input-hover{
	background:url(images/login_input_hover.jpg) no-repeat;
}
.login .login-form .forget-password{
	float:right;
	color:#555;
}
.login .login-form .login-button{
	margin-top:25px;
}
.login .login-form .login-button .login-submit{
	width:137px;
	height:45px;
	border:none;
	background:url(images/login_button.jpg) no-repeat;
}
.login .login-form .login-button em{
	font-style:normal;
	color:#294d7c;
	font-size:14px;
	*position:relative;
	*top:-10px;
}
.login .login-message{
	padding-left:30px;
	line-height:160%;
}
.footer{
	line-height:80px;
	text-align:center;
	font-family:Arial;
}
.footer a{
	color:#7f7f7f;
}