input {
	width: 274px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px 0 35px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
}
.loginWrapper {
	background: url(../images/login_bg.jpg) no-repeat center;
	color:#666;
}
.loginWrapper .content {
	width: 1180px;
	position: relative;
	margin: 0 auto;
	height: 560px;
}
.loginBox {
	width: 320px;
	height: 350px;
	padding: 30px 50px;
	position: absolute;
	right:50px;
	top:80px;
	background: url(../images/loginBox_bg.png) repeat;
	border-radius: 5px;
}
.login_word {
	border-bottom:1px solid #bfbfbf;
	padding-bottom:15px;
	font-weight: normal;
	font-size: 18px;
	color:#666;
	overflow: hidden;
}
.form {
	padding:15px 0 0 0;
}
.form a {
	color:#666;
}
.errorBox {
	display: none;
	width: 298px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	margin-bottom: 15px;
	color:#666;
	border: 1px solid #fcbdbd;
	background-color: #ffebeb;
}
.input_box {
	margin-bottom: 10px;
	position: relative;
}
.form .btns {
	width: 318px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
    color: #fff;
	text-align: center;
}
.form p {
	margin-top:20px;
	color:#999;
}
input.code {
	width: 92px;
}
.yzCode {
	margin: 0 10px;
}
.checkbox_box {
	padding:10px 0 20px;
	overflow: hidden;
}
.checkbox_box input {
	width: 16px;
	height: 16px;
	background: transparent;
	padding:0;
	border: none;
	margin-right: 3px;
}
.forget {
	float: right;
	color:#333;
}

#mall_footer {
	margin:0;
}
#mall_footer .copyright {
	background: none;
}

.loginBox .icon {
	background-image: url(../images/icon_login.png);
	background-repeat: no-repeat;
	background-position: 0 0;
    display: inline-block;
    font-size: 0;
    margin-right: 5px;
    vertical-align: sub;
    *vertical-align: middle;
    width: 16px;
	height: 16px;
}
.loginBox .icon_arrow {
	background-position: 0 0;
}
.loginBox .icon_error {
	display: none;

	background-position: -16px 0;
}
.loginBox .icon_qq {
	background-position: -32px 0;
	margin-right: 0;
}
.loginBox .icon_username {
	position: absolute;
	left: 10px;
	top:10px;
	background-position: 0 -19px;
}
.loginBox .icon_password {
	position: absolute;
	left: 10px;
	top:10px;
	background-position: -16px -19px;
}
.loginBox .icon_code {
	position: absolute;
	left: 10px;
	top:10px;
	background-position: -32px -19px;
}
.link {
	overflow: hidden;
	margin-top:20px;
}
.link a.r {
	float: right;
	color:#3a83e8;
	margin-left:10px;
}
.link a.qq i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_qq.png) no-repeat;
	vertical-align: text-top;
	margin-right:5px;
}