@charset "utf-8";
 
body.login {
	background-color: #f9f9f9;
}

.login .body {
	width: 100%;
	margin: 0px auto;
	padding-top: 80px;
}

.login .loginBox {
	width: 1000px;
	margin:100px auto auto 300px;
	background: url(../images/bg_login2.png) no-repeat;
}

.login .loginBox .boxTop {
	width: 600px;
	height: 10px;
	clear: both;
	overflow: hidden;
	//background: url(../images/login_bg.png) no-repeat 0px 0px;
}

.login .loginBox .boxMiddle {
	width: 660px;
	height: 200px;
	clear: both;
	padding: 40px 0px;
	overflow: hidden;
	//background: url(../images/login_y_bg.gif) repeat-y 0px 0px;
}

.login .loginBox .boxBottom {
	width: 600px;
	height: 10px;
	clear: both;
	overflow: hidden;
	//background: url(../images/login_bg.png) no-repeat 0px -30px;
}

.login div.formText {
	width: 164px;
	height: 22px;
	padding: 3px 2px;
	float: left;
	background: url(../images/login_bg.png) no-repeat 0px -60px;
}

.login div.formText:hover {
	background: url(../images/login_bg.png) no-repeat -171px -60px;
}

.login div.formText input:focus {
	background-color: #f3f6f8;
}

.login div.formText input {
	width: 158px;
	line-height: 12px;
	padding: 5px 3px 5px 3px;
	padding: 6px 3px 4px 3px\0;
	border: none;
	background: none;
}

.login div.formTextS {
	width: 74px;
	height: 22px;
	float: left;
	padding: 3px;
	background: url(../images/login_bg.png) no-repeat -360px -60px;
}

.login div.formTextS:hover {
	background: url(../images/login_bg.png) no-repeat -450px -60px;
}

.login div.formTextS input:focus {
	background-color: #f3f6f8;
}

.login div.formTextS input {
	width: 68px;
	height: 12px;
	line-height: 12px;
	padding: 5px 3px 5px 3px;
	padding: 6px 3px 4px 3px\0;
	border: none;
	background: none;
}

.login #captcha {
	text-transform: uppercase;
}

.login .loginLogo {
	width: 100px;
	height:100px;
	float: left;
	padding-top: 20px;
	padding-left: 70px;
}

.login .loginTable {
	width: 370px;
	float: right;
	//background: url(../images/login_separator.gif) no-repeat left center;
	margin-top: 50px;
}

.login .loginTable th {
	width: 70px;
}

.login .loginTable tr {
	height: 40px;
}

.login .captchaImage {
	float: left;
	margin-left: 6px;
}

.login .captchaImage img {
	cursor: pointer;
}

.login .homeButton {
	width: 44px;
	height: 32px;
	line-height:32px;
	float: left;
	border: none;
	cursor: pointer;
	outline: none;
	background: url(../images/login_bg.png) 0px -90px no-repeat;
}

.login .submitButton {
	width: 70px;
	height: 32px;
	line-height:32px;
	float: left;
	border:none;
	cursor: pointer;
	outline: none;
	background: url(../images/login_bg.png) -44px -90px no-repeat;
}

.login .helpButton {
	width: 55px;
	height: 32px;
	line-height:32px;
	float: left;
	border:none;
	cursor: pointer;
	outline: none;
	background: url(../images/login_bg.png) -114px -90px no-repeat;
}

.login .footer {
	//width: 600px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.login .footer a {
	padding: 0px 10px;
}