.clearfix:before,.clearfix:after {content: ".";display: block;height: 0;overflow: hidden;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

input {
    outline:none;
}

form {
    *margin-bottom:0;
}
p {
    margin:0;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}

body {background:url(./images/body_bg.png) repeat;}

#login-box-wrapper {
	position:relative;
	margin:150px auto 0;
	width:452px;
	height:322px;
}

#login-box-shadow {
	position:absolute;
	top:5px;
	left:1px;
	z-index:5;
	width:698px;
	height:562px;
	background: url(./images/login_box_shadow.png) no-repeat;
}

#login-box {
	position:relative;
	z-index:10;
	width:452px;
	height:322px;
	background:url(./images/login.png) no-repeat 0px -145px;
	padding:1px 0;
}
.language {
	position:absolute;
	top:-22px;
	right:8px;
	width:200px;
	height:22px;
	text-align:right;
}

.language .language-option {
	display:inline-block;
	margin-left:4px;
	border:1px solid #e8e8e8;
	border-radius:8px;
	padding:2px 8px;
	font-size:10px;
	line-height:10px;
	font-family: "Microsoft Yahei";
	text-decoration:none;
	color:#000;

}
.language .language-option:hover {
	border-color:#aaa;
	background:url(./images/btn_lang_bg.png) repeat-x;
}

.language .current {
	border-color:#aaa;
	background:url(./images/btn_lang_bg.png) repeat-x;
}

.sys-title {
	margin:35px auto 22px;
	text-align:center;
}
.sys-title h2 {
	margin:0;
	font:bold 20px "Microsoft Yahei";
}

.input-box {
	position:relative;
	margin:14px auto 0;
	width:300px;
	height:39px;
	background: url(./images/login.png) no-repeat 0px -88px;
	font-size:12px;
}


.input-box .input-text {
	position:absolute;
	top:8px;
	left:10px;
	width:250px;
	border:0;
	line-height:14px;
	padding:4px 0;
    margin:0;
}

.input-box .tips {
	position:absolute;
	top:8px;
	left:12px;
	width:200px;
	height:14px;
	display:block;
	line-height:14px;
	padding:5px 0;
	color:#bebaba;
	font-family:'Microsoft Yahei';
}

.input-box .icon {
	position:absolute;
	top:10px;
	right:8px;
	width:18px;
	height:18px;
	background:url(./images/login.png) no-repeat;
}
.login-account .icon {
	background-position:-18px -127px;
}
.login-password .icon {
	background-position:0px -127px;
}


.btn-submit {
	display:block;
	margin:24px auto 0;
	width:306px;
	height:44px;
	background:url(./images/login.png) no-repeat 0px 0px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font:14px/40px "Microsoft Yahei";
}

.btn-submit:hover {
	background:url(./images/login.png) no-repeat 0px -44px;
}


.other {
	margin:0 auto;
	width:300px;
    height: 20px;
    line-height: 20px;
    font-size:12px;
    font-family:'Microsoft Yahei';
}



.other .forgot-pwd {
	text-decoration:none;
	color:#000;
}
.other .forgot-pwd:hover {
	text-decoration:underline;
}

#error-info {
    margin:0 auto;
	width:280px;
    padding-right:20px;
    line-height:22px;
    font-size:14px;
    text-align:right;
    color:red;
}


.cs {
    position:relative;
	z-index:10;
	margin:0 auto;
	width:400px;
	text-align:center;
	line-height:30px;
}

.link-cs {
	font:12px 'Microsoft Yahei';
	text-decoration:none;
	color:#000;
}
.link-cs:hover {
	text-decoration: underline;
}



#error_tips {
    margin:0 auto;
	width:300px;
    line-height:20px;
    color:#f00;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
}



.layer {
    display:none;
	position:fixed;
	z-index:9999;
	top:100px;
	left:50%;
	margin-left:-250px;
	width:500px;
	background:#fff;
	box-shadow:1px 1px 10px #aaa;
	border-radius:5px;
	overflow:hidden;
	font-size:13px;
	color:#555;
    border:1px solid #ddd;
}

.layer_close_btn {
	position:absolute;
	top:5px;
	right:10px;
	display:block;
	width:20px;
	height:20px;
	background:#eee url(./images/btn_close_txt.png) center center;
	text-decoration:none;
	border:1px solid #d8d8d8;
	border-radius:3px;
	color:#aaa;
	overflow:hidden;
}
.layer_close_btn:hover {
	background-color:#e4e4e4;
	border:1px solid #d0d0d0;
}

.layer_title {
	width:100%;
	height:32px;
	line-height:32px;
	background:#f2f2f2;
	font-weight:bold;
	text-align: center;
	border-bottom:1px solid #ddd;
}

.layer_cont {
	padding:10px 20px 20px;
}

.layer_tips {
	margin:10px 0;
	line-height:1.5em;
}
.layer_info {
	margin:10px 0;
}

.info_item {
	width:460px;
}
.info_title {
	float:left;
	width:140px;
	text-align:right;
	line-height:1.8em;
}
.info_cont {
	float:left;
	width:320px;
	line-height:1.8em;
}

.txt_block {
	width:340px;
	max-height:100px;
	overflow:auto;
	line-height:1.4em;
}

.ButtonMain {
    display:none;
}


