@charset "utf-8";
/* CSS Document */


.login_center {
	height: 485px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/login_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f2f2f2;
}
.login_box_content {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 485px;
}


.login_box {
	height: 330px;
	width: 300px;
	background-color: #faf6e4;
	/*box-shadow: 1px 1px 7px #999;*/
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 9999;
	float: right;
	margin-top: 80px;
}
.login_title {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 40px;
	height: 40px;
	color: #FF3300;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: "微软雅黑";
}
.login_message {
	height: 30px;
	margin-top: 5px;
}
.login_message_text {
	float: left;
	margin-top: 8px;
	margin-left: 15px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #999999;
	background-image: url(../images/ico.png);
	background-repeat: no-repeat;
	background-position: -1px -16px;
	height: 16px;
	padding-left: 20px;
	line-height: 17px;
}
.login_message_error {
	float: left;
	margin-top: 8px;
	margin-left: 15px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #FF0000;
	background-image: url(../images/ico.png);
	background-repeat: no-repeat;
	background-position: -1px -63px;
	height: 16px;
	padding-left: 20px;
	line-height: 16px;
}

.login_name {
	height: 40px;
	width: 275px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.login_name span {
	background-image: url(../images/login_ico.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 38px;
	background-color: #EDEDE3;
	float: left;
	background-position: 10px 6px;
	border: 1px solid #dddddd;
	border-top-left-radius: 4px;
	border-bottom-left-radius:4px;
}
.user_email {
	float: left;
	height: 38px;
	text-indent: 5px;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	width: 220px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-style: none;
	font-family: "微软雅黑";
	color: #999999;
}
/* mailBox */
#mailBox{background:#fff;border:1px solid #ddd;padding:3px 5px 5px;position:absolute;z-index:9999;display:none;-webkit-box-shadow:0px 2px 7px rgba(0, 0, 0, 0.35);-moz-box-shadow:0px 2px 7px rgba(0, 0, 0, 0.35);}
#mailBox p{width:100%;margin:0;padding:0;height:20px;line-height:20px;clear:both;font-size:12px;color:#ccc;cursor:default;}
#mailBox ul{padding:0;margin:0;}
#mailBox li{font-size:12px;height:22px;line-height:22px;color:#939393;font-family:'Tahoma';list-style:none;cursor:pointer;overflow:hidden;}
#mailBox .cmail{color:#000;background:#e8f4fc;}

.login_pass {
	height: 40px;
	width: 275px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.login_pass  span {
	background-image: url(../images/login_ico.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 38px;
	background-color: #EDEDE3;
	float: left;
	background-position: -22px 6px;
	border: 1px solid #dddddd;
	border-top-left-radius: 4px;
	border-bottom-left-radius:4px;
}
.login_password {
	float: left;
	height: 38px;
	text-indent: 5px;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	width: 220px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-style: none;
	font-family: "微软雅黑";
}
.login_select {
	height: 30px;
	width: 250px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333333;
}
.select_checkbox {
	margin-top: 5px;
	float: left;
}

.login_select em {
	font-style: normal;
	margin-left: 3px;
	float: left;
	margin-top: 2px;
}
.WellCheckBox /* ----表单控件CSS开始---- ↓ */

/*background*/
   {
	background-image: url(../images/WellForm.gif);
	background-repeat: no-repeat;
}
.WellCheckBox/*WellCheckBox*/
 {
	float:left;
	width:12px;
	height:12px;
	cursor:pointer;
	overflow:hidden;
	margin:4px 5px 0 0;
	background-position:0 -14px;
}
.WellCheckBoxH {
	background-position:0 -1px;
}
.WellCheckBox  input {margin-top:12px;display:none;}
.login_submit/* ----表单控件CSS结束---- ↑ */
 {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	text-align: center;
}
.login_btn_sumbit {
	background-image: url(../images/login_ico.png);
	background-repeat: no-repeat;
	background-position: -68px 0px;
	height: 45px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: Transparent;
}
.login_btn_sumbit:hover {
	background-image: url(../images/login_ico.png);
	background-repeat: no-repeat;
	background-position: -318px 0px;
	height: 45px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: Transparent;
}
.login_text {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
}
.login_text h1 {
	float: left;
	margin-left: 20px;
}
.login_text h1 a {
	color: #333333;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: normal;
}
.login_text a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.login_text h2 {
	float: right;
	margin-right: 20px;
}
.login_text h2 a {
	color: #FF3300;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 13px;
	font-weight: normal;
}
