@CHARSET "UTF-8";
html, body {
	margin: 0 auto;
	font-size: 13px;
	padding: 0;
	width: 100%;
	height: 100%;
}

img {
	border: 0;
}

a {
	color: #08C;
	text-decoration: none;
}

a:hover {
	color: #005580;
	text-decoration: underline;
}

#login_container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/login/bg.jpg");
	background-size: cover;
}

.title img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -360px;
	margin-left: -403px;
}

.logincontent_container {
	background-image: url(../images/login/form.png);
	background-size: 100% 100%;
	height: 480px;
	width: 960px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -480px;
}

.loginform {
	margin-left: 506px;
	padding-top: 50px;
	width: 410px;
}

.loginform label {
	font-size: 14px;
	font-weight: bold;
}

.loginform input {
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	border-radius: 7px;
	outline: none;
}

.loginbtn .submitbtn {
	width: 100px;
	letter-spacing: 8px;
	background-color: #f45803;
	outline: none;
}

.loginbtn .btn {
	width: 100px;
	letter-spacing: 8px;
	outline: none;
}

.loginform_container .checkcodeimg {
	height: 28px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.loginerror {
	color: red;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 16px;
	height: 16px;
	width: 240px;
	text-align: center;
}

.ycxwlm {
	width: 400px;
}

.ycxwlm .dl {
	border-radius: 3px;
	width: 400px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 4px #999;
}

.ycxwlm .dl .tile {
	width: 300px;
	line-height: 45px;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 12px;
}

.ycxwlm .dl .dlznr {
	padding: 12px;
	border-top: none;
}

.loginname {
	background: url(../images/login/yhm.png) center left no-repeat;
	padding-left: 35px;
	width: 300px;
	border: 1px solid #ddd;
}

.password {
	background: url(../images/login/mima.png) center left no-repeat;
	padding-left: 35px;
	width: 300px;
	border: 1px solid #ddd;
}

.code {
	background: url(../images/login/yzm.png) 10px 10px no-repeat;
	padding-left: 35px;
	width: 300px;
	border: 1px solid #ddd;
}

.checkcodeimg {
	width: 100px;
	margin-left: 230px;
	margin-top: -33.5px;
	border-radius: 2px;
}

.ycxwlm .dl .sign {
	background: #2384d9;
	border: none;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-top: 20px;
	width: 337px;
	display: block;
	color: #fff;
	cursor: pointer;
	border-radius: 7px;
}