
.header.register{
	border-bottom: 1px #e4e4e4 solid;
}
.header.register .logo_box{
	height: 100px;
	background: none;
}
.header.register .logo_box .logo {
    margin-top: 14px;
}
.header.register .wel{
	font-size: 18px;
	color: #535353;
	line-height: 90px;
	margin-left: 20px;
}
.header.register .login{
	line-height: 90px;
	color: #707070;
}
.header.register .login a{
	color: #f29105;
	margin-left: 13px;
}
.content .box{
	position: relative;
}
.content .right_img{
	position: absolute;
	background: url(../../images/front/register.png) no-repeat;
	top: 0;
	right: 80px;
	width: 360px;
	height: 700px;
}
.content .left{
	margin: 50px 0 0 70px;
}

