@charset "utf-8";
/* CSS Document */
body{ 
	margin:0;
	padding:0; 
	font:14px "微软雅黑", "宋体"; 
	background:url(./top_bg.png) no-repeat #edeff2;
	color:000;
	background-size: 100% 181px;
}
a{
	text-decoration:none;
}
img{ 
	border:0;
}
#top{ 
	background:url(./top_1.png) no-repeat; 
	width:1000px; 
	height:181px;
}
#top, .login_box, .login_form{
	margin:0 auto;
}
.login_box{ 
	border:1px solid #CCC; 
	border-top:none; 
	background:#FFF; 
	width:1000px; 
	padding: 100px 0 100px 0;
}
.login_form{
	border:1px solid #b10808; 
	width:504px;
}
.login_form_box{ 
	margin:45px 0 0 120px;
}
.loginForm_01, .loginForm_02, .loginForm_03, .loginForm_04{ 
	margin:20px 0;
}
.input_box{ 
	height:36px; 
	background:#FFF; 
	border:1px solid #CCC; 
	width:180px;
	border-radius: 5px;
}
#button{
	padding:10px;
	margin:10px 0 10px 30px;
}
.button_onmouseout{ 
	width:86px; 
	height:26px; 
	background: url(./button_01.png) no-repeat 0 0; 
	border:0; 
	color:#FFF; 
	line-height:26px; 
	font:14px "微软雅黑", "宋体";
	outline: none;
}
.button_onmousemove{
	width:86px; 
	height:26px; 
	background: url(./button_02.png) no-repeat 0 0; 
	border:0; 
	color:#FFF; 
	line-height:26px; 
	font:14px "微软雅黑", "宋体";
	outline: none;
}
#footer{ width:900px; margin:10px auto; height:24px; text-align:center;}
#footer a{color:#999; font-size:12px;}
#footer a:hover{color:red;}
.codeButton{
	background: #b10808;
    height: 34px;
    line-height: 30px;
    border: none;
    color: #fff;
    border-radius: 4px;
    width: 26%;
    font-size: 0.98rem;
    /*outline:none;*/
}