.login_reg_box {
	margin: 0 auto;
	width: 500px;
	height: auto;
	margin-top: 20px;	
}
.login_box {
	width: 240px;
	height: auto;
	margin:auto;
}
.reg_form{
	float:left;
}
.reg_box {
	float: right;
	width: 240px;
	height: auto;	
}

.social_login
{
	margin-top:10px;
	padding-top:15px;
	clear:both;
}
.soclink
{
	display:block;
	width:128px;
	height:30px;
	background:url(/net/images/socbutton.png);
}
.soclink:hover
{
	background-position:0px -30px;
}

.reg_wrapper:after{
	content:' ';
	display:block;
	width:0;
	height:0;
	clear:both;
}