.boxBasis {
	background:url(/img/layout/bg_register_basis.png) no-repeat;
	width:740px;
	height:210px;
}
.btnBasis {
	width:146px;
	height:30px;
	margin:160px 20px 0 0;
	float:right;
}

.boxPremium {
	background:url(/img/layout/bg_register_premium.png) no-repeat;
	width:740px;
	height:350px;
}
.btnPremium {
	width:250px;
	height:44px;
	margin:286px 20px 0 0;
	float:right;
}

.registerBasisTeaser {
	background:url(/img/register/bg_header_basis.gif) no-repeat;
	width:740px;
	height:50px;
}
.registerPremiumTeaser {
	background:url(/img/register/bg_header_premium.gif) no-repeat;
	width:740px;
	height:50px;
}

.bdb {
	border-bottom:1px dotted #b9ccde;
	padding-bottom:4px;
}
.bdp {
	border-bottom:1px dotted #edbc32;
}
#overlay_loading
{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	background:white;
	width:1px;
	height:1px;
	z-index:100;
}
#loaderimg{
	position:absolute;	
	background:#2c6092;
	width:300px;
	padding:10px;
	height:100px;	
	z-index:101;	
	display:none;
	border:1px solid black;
}
