@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

html,body {
	background: #dfdfdf;
	font: normal 14px "SimSun";
}

img{ border:none;}
#login_area {
	width: 100%;
	height: 433px;
	position: absolute;
	top: 22%;
}

#login_box {
	margin: 0 auto;
	width: 817px;
	height: 355px;
	background: url('../../images/adminx/login/login.png') 0px 0px no-repeat;
	position: relative;
}

#login_form {
	width: 440px;
	height: 320px;
	position: absolute;
	top: 10px;
	right: 20px;
}

#login_tip {
	height: 35px;
	list-style: 35px;
	font-weight: bold;
	color: red;
	margin-top:8px;

	
}

#btn_area {
	margin-top: 20px;
	margin-left: 63px;
}

.username,.pwd {
	width: 200px;
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
	outline: 0;
	padding: 5px;
	border: 1px solid;
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
	/*border-radius: 2px;*/
	background: #FFF;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0
		rgba(255, 255, 255, 0.2);
	-webkit-transition: box-shadow, border-color .5s ease-in-out;
	-moz-transition: box-shadow, border-color .5s ease-in-out;
	-o-transition: box-shadow, border-color .5s ease-in-out;
}


.iden_code{
	width: 130px;
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
	color:#878787;
	outline: 0;
	padding: 5px;
	border: 1px solid;
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
	/*border-radius: 2px;*/
	background: #FFF;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0
		rgba(255, 255, 255, 0.2);
	-webkit-transition: box-shadow, border-color .5s ease-in-out;
	-moz-transition: box-shadow, border-color .5s ease-in-out;
	-o-transition: box-shadow, border-color .5s ease-in-out;
}

.login_btn {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-style: none;
	cursor: pointer;
	font-family: "SimSun", "宋体", "sans-serif";
	background: url('../../images/adminx/login/btn.jpg') 0px -1px no-repeat;
}

.login_btn:hover {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-style: none;
	cursor: pointer;
	font-family: "SimSun", "宋体", "sans-serif";
	background: url('../../images/adminx/login/btn_hover.jpg') 0px 0px no-repeat;
	color: #fff;
}
.forget{ color:#3fb1cc; font-size:12px;}
.ml62{ margin-left:62px;}
.mt5{ margin-top:5px;}
.ml5{ margin-left:5px;}
.mt10{ margin-top:10px;}
.mt17{ margin-top:17px;}
.mt20{ margin-top:20px;}
.ml10{ margin-left:10px;}
.lh30{ line-height:30px;}
.login_grey_01{ color:#878787;}
.fl{ float:left;}
.clear{ clear:both;}