@charset "utf-8";
.loginBox{
	margin-top: 15px;
	float: left;
}
.loginBox .log-l,.loginBox .log-r{
	float: left;
	margin: 7px 0px;
}
.loginBox .log-l.lin,.loginBox .log-r.lin{
	height: 41px;
	line-height: 41px;
}
.loginBox .log-l.lin-c,.loginBox .log-r.lin-c{
	margin: 0px 0px 7px 0px;
}
.loginBox .log-l{
	width: 20%;
	text-align: right;
}
.loginBox .log-l i{
	font-size: 20px;
}
.loginBox .log-r{
	width: 80%;
	text-align: left;
}
.loginBox .log-r input{
	width: 80%;
}
.loginBox .log-btn{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 0px;
}
.loginBox .log-reg{
	width: 100%;
	float: left;
	text-align: right;
	height:30px;
	line-height: 30px;
	margin-top: 20px;
}