body{
	background: #fff;
}
.container form{
	width: 95%;
	margin: 0 auto;
}
.container form .input_box{
	position: relative;
	margin-top: 0.6rem;
}
.container form .input_box input{
	width: 100%;
	height: 2.8rem;
	border: 1px solid #cccccc;
	border-radius: 0.375rem;
	text-indent: 3rem;
	font-size: 1rem;
}
img.login_user,img.login_pwd{
	width: 0.975rem;
	position: absolute;
	top: 0.9rem;
	left: 1rem;
}
img.login_user{
	height: 1.05rem;
}
img.login_pwd{
	height: 1.2rem;
}
.right,.reset{
	position: absolute;
	right: 0.6rem;
	display: none;
}
.right{	
	top: 0.8rem;
	color: #fd3333;
}
.reset{
	width: 1.05rem;
	height: 1.05rem;
	top: 1rem;	
}
.forget_pwd{
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: right;
	margin-top: 0.6rem;
}
.forget_pwd img{
	width: 0.9rem;
	height: 0.9rem;
	margin-right: 0.1rem;
}
.forget_pwd span{
	vertical-align: middle;
	color: #666;
}
#btn{
	margin-top: 0.9rem;
}
