@charset "utf-8";
<!--
/******** Start ******/
.navigate {
	width:100%;
}


.login_top {
	margin:18px auto 0 auto;
	width:475px;
	height:17px;
	background:url(../Images/Inside/login_top.gif) no-repeat center bottom;
}
.login_center {
	margin:0 auto;
	width:475px;
	background:url(../Images/Inside/login_center.gif) repeat-y center top;
	overflow:hidden;
}
.login_bottom {
	margin:0 auto;
	width:475px;
	height:20px;
	background:url(../Images/Inside/login_bottom.gif) no-repeat center top;
}
.login_center h1 {
	display:block;
}

.login_center h2 {
	margin:0 auto 0 auto;
	width:96%;
	height:36px;
	line-height:36px;
	color:#b9630c;
	font-size:24px;
	font-weight:bolder;
	border-bottom:#e1e1e1 solid 1px;
}
.errmsg {
	padding:10px 10px 0 10px;
	line-height:20px;
	text-align:center;
	color:#f00;
	word-wrap:break-word;
	word-break:break-all;
}


.login_list {
	margin:12px auto 0 auto;
	width:100%;
}
.login_list input,.login_list img {
	vertical-align:middle;
}

.login_list ul {
	display:block;
	margin:0 auto;
	width:100%;
}
.login_list li {
	float:left;
	line-height:26px;
	text-align:left;
	color:#484848;
}
.login_list li.log_l {
	width:134px;
	padding-right:8px;
	text-align:right;
	font-weight:bolder;
}
.login_list li.log_tip {
	padding-left:142px;
}
.login_list li strong {
	font-weight:normal;
	color:#ff0000;
}


.reg_input {
	padding:0;
	height:24px;
	line-height:180%;
	color:#000;
	border:#bdb059 solid 1px;
	background-color:#fff;
}

.focus_input {
	padding:0;
	height:24px;
	line-height:180%;
	color:#000;
	border:#C6C69E solid 1px;
	background:#FFC;
}
.error_input {
	padding:0;
	height:24px;
	line-height:180%;
	color:#A63B3B;
	border:#D28C8C solid 1px;
	background:#FBE2E2;
}
.input_correct {
	padding:0;
	height:24px;
	line-height:180%;
	color:#444;
	border:#C6C69E solid 1px;
	background:#FFC;
}

.onShow {
	display:block;
	color:#707070;
}
.onFocus {
	display:block;
}
.onError {
	display:block;
	color:#cb0a00;
}
.onCorrect {
	display:block;
	color:#0000;
}
.onLoad {
	display:block;
	vertical-align:middle;
}




/******** End ******/
-->

