@charset "utf-8";
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { padding:0; margin:0; font-size:12px; line-height:100%; font-family:Arial, sans-serif;}

ul, ol { list-style:none;}
img { border:0;}

body { margin:0; text-align:center; background:#FFF url(../default/images/login_bg.png) repeat-x top;}

#login { display:block; width:950px; margin:0 auto; text-align:left;}
#login_header { display:block; padding-top:40px; height:80px;}
.login_logo { float:left; margin-top:10px;}
.login_headerContent { float:right; display:block; width:280px; height:80px; padding:0 40px; background:url(../default/images/login_header_bg.png) no-repeat top right;}
.navList { display:block; overflow:hidden; height:20px; padding-left:28px;}
.navList ul { float:left; display:block; overflow:hidden;}
.navList li { float:left; display:block; margin-left:-1px; padding:0 10px; background:url(../default/images/login_list.png) no-repeat 0 5px;}
.navList a { display:block; white-space:nowrap; line-height:21px; color:#000; text-decoration:none;}
.navList a:hover { text-decoration:underline;}

#login_content { display:block; position:relative;}
.login_title { display:block; padding:25px 0 0 38px;}
.loginForm { display:block; width:240px; padding:40px 20px 0 20px; position:absolute; right:40px;}
.loginForm p { margin:10px 0;}
.loginForm label { float:left; width:60px; padding:0 0 0 10px; line-height:25px; color:#4c4c4c; font-size:14px;}
.loginForm input { padding:3px 2px; border-style:solid; border-width:1px; border-color:#80a5c4;}
.loginForm .login_input { width:150px;}
.loginForm .code { float:left; width:70px; margin-right:5px;}
.login_bar { padding-left:70px;}
.login_bar .sub { display:block; width:75px; height:30px; border:none; background:url(../default/images/login_sub.png) no-repeat; cursor:pointer;}

.login_banner { display:block; height:270px;}
.login_main { display:block; height:200px; padding-right:40px; background:url(../default/images/login_content_bg.png) no-repeat top;}

.helpList { float:right; width:200px;}
.helpList li { display:block; padding-left:10px; background:url(../default/images/login_list.png) no-repeat 0 -40px;}
.helpList a { line-height:21px; color:#333; text-decoration:none; }
.helpList a:hover { text-decoration:underline;}

.login_inner { display:block; width:560px; padding:30px 20px 0 20px;}
.login_inner p { margin:10px 0; line-height:150%; font-size:14px; color:#666;}

#login_footer { clear:both; display:block; margin-bottom:20px; padding:10px; border-top:solid 1px #e2e5e8; color:#666; text-align:center;}
*/



body {
	background: #a8a48d;
}


.wrapper_login {
	width: 556px;
	overflow: hidden;
	padding: 0 10px 10px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -168px 0 0 -288px;
}
.wrapper_login .logo{
	float: left;
	width: 230px;
	height: 90px;
	background: url(../images/logo_login.jpg) no-repeat;
}
.wrapper_login .login_main {
	width: 556px;
	height: 103px;
	background: url(../images/login_main_bg.jpg) no-repeat;
	overflow: hidden;
}
.wrapper_login .login_input {
	width: 556px;
	height: 133px;
	background: url(../images/login_inp.png) no-repeat;
	overflow: hidden;
}
.wrapper_login .login_input .inp {
	width: 173px;
	height: 28px;
	padding: 1px 1px 1px 2px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #dddddd;
	line-height: 28px;
}
.regbtn {
	width: 52px;
	height: 52px;
	position: absolute;
	right: 90px;
	bottom: 50px;
}
.regbtn a {
	width: 50px;
	height: 50px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 9px;
	background: whiteSmoke;
	color: #0082cb;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}
.regbtn a:hover {
	background: #ef9c00;
	color: #fff;
}
	

