body, html { height:100%; overflow:hidden; }

#public{
	margin:0;
	padding:0;
	background:url(/images/overlay.gif);
}

.blue #loginForm{
	width:46%;
}
#loginform{
	width:49%;
}
#loginForm, #loginform{
	float:left;
	clear:none;
}
#signupForm{
	width:50%;
	clear:none;
}
.gallery #signupForm{
	float:right;
}

#noaccount{
	float:right;
	width:44%;
	text-align:center;
}
#noaccount h2{
	padding:50px 0 0 0;
	font-size:19px;
	font-weight:bold;
}
#noaccount a{
	text-decoration:none;
	color:#c73924;
	display:block;
	padding:0 20px 0 20px;
	background:#FFF8DF;
	border:3px solid #FFE99F;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
#noaccount a:hover, #noaccount a:hover span{
	border-color:#D9EFC2;
	background:#F7FFEF;
}
#noaccount a:active, #noaccount a:active span{
	border-color:#BEDF99;
}
#noaccount span{
	border-top:3px solid #FFE99F;
	color:#5ba41b;
	display:block;
	padding:47px 0 0 0;
}
#noaccount b{
	font-weight:normal;
	color:#222;
	display:block;
	font-size:16px;
	padding:5px 0 47px 0;
}


.creditcard{
	clear:none;
	float:left;
	width:50% !important;
}
.billaddress{
	clear:none;
	float:right;
	width:44% !important;
}
.register{
	width:400px;
}
li label b{
	color:#0d5e9b;
}
.code{
	margin-left:7px;
}
#s2 .buttons{
	padding-top:20px;
	padding-bottom:100px;
}

/* ----- GLIDER ----- */

.scroller, .scroller .sect{
	width:650px;
	overflow:hidden;
}
.scroller {
	margin:0;
	clear:both;
}
.scroller .sect{
	float:left;
	padding-left:3px;
}
.scroller .content {
	width: 1406px;
}

/* ----- PROCESSING ----- */

#boxes{
	width:420px;
	margin:0 auto;
	padding:15px 0 15px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

#boxes span{
	border:1px solid #eee;
	line-height:50px;
	text-align:center;
	display:block;
	float:left;
	-webkit-border-radius:15px;
	-moz-border-radius:150px;
	border:none !important;
	margin:0 5px 0 5px;
}

.box {
	width:60px;
	height:50px;
	background-color: #eee;
	border:none;
	font-size:300%;
	color:#eee;
}
.fx {
	width:60px;
	height:50px;
	border:none;
	font-size:150%;
	color:#fff;
}

#bx0.fx{
	background-color:#5F99C6;
}
#bx1.fx{
	background-color:#7A6BBB;
}
#bx2.fx{
	background-color:#BF4542;
}
#bx3.fx{
	background-color:#E48700;
}
#bx4.fx{
	background-color:#F6CB0D;
}
#bx5.fx{
	background-color:#6FA642;
}