#slogin{
	height: 44px;
	
	padding-top: 10px;
	padding-right:360px;
	padding-bottom: 5px;
	
}

#login_field_wrapper{
	float: left;
	width: 544px;
}
#login_top{
	float: right;
	width: 500px;
}
#login_bottom{
	float: right;
	padding-top: 1px;
	height: 19px;
	width: 500px;
}
#login_email{
	float:left;
	padding-right: 10px;
	line-height: 20px;
}
#login_email label{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 20px;
	color: #b40101;
}
#login_email input{
	width: 143px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #cccccc;
}
#login_password{
	float: left;
	line-height: 20px;
	padding-right: 10px;
}
#login_password label{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 20px;
	color: #b40101;
}
#login_password input{
	width: 143px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #cccccc;
}
#login_submit{
	float: left;
}
#login_submit input{
	width: 52px;
	height: 22px;
	border: none;
	background: transparent url(/images/form/login_btn.gif) scroll no-repeat top left;
	color: #eee;
	font-size: 1.2em;
	font-weight: bold;
}
#login_remember{
	float: left;
	padding-right: 100px;
	line-height: 19px;
}

#login_remember span{
	font-size: 1em;
	color: #eee;
}
#login_forget{
	float: right;
	line-height: 19px;
	color: #eee;
}
#login_forget span{
	font-size: 1em;
	color: #eee;
}
