#container
{
	padding:10px;
}

h4.notice span
{
	font-weight:bold;
	color:#0C0;
}

#landingRegister
{
	width:580px;
}

#landingRegister .showcase
{
	width:215px;
	padding:10px 0 10px 10px;
	background:#f3f3f3;
	border-radius:4px;
	border:1px solid #ccc;
}

#landingRegister .showcase .avatar.standalone
{
	width:195px;
}

#landingRegister .showcase h3
{
	font-size:14px;
	margin:0 0 5px;
	color:#f93;
}

#landingRegister .showcase blockquote
{
	font-size:12px;
	font-style:italic;
	color:#999;
}

#landingRegister .gallery li
{
	width:65px;
	float:left;
	margin:5px 5px 5px 0;
}

#landingRegister form
{
	color:#fff;
	margin:0;
}

#landingRegister form h3,
#landingRegister form h4
{
	margin:0;
	text-transform:uppercase;
	text-align:center;
}


#landingRegister form h3
{
	font-size:36px;
	color:#17a1e6;
	margin-bottom:10px;
}

#landingRegister form h4
{
	font-size:30px;
	color:#f93;
}

#landingRegister form .fields
{
	padding:10px;
	background:#17a1e6;
	margin:10px 0;
	border-radius:4px;
}

#landingRegister form .fields a
{
	color:inherit;
}

#landingRegister form .input label
{
	width:100px;
	line-height:30px;
	display:block;
	float:left;
}

#landingRegister form .input input[type="text"],
#landingRegister form .input input[type="password"],
#landingRegister form .input input[type="email"]
{
	width:200px;
	float:left;
	border-radius:4px;
	margin:0;
}

#landingRegister form .input input[type="radio"],
#landingRegister form .input input[type="checkbox"]
{
	width:auto;
}

#landingRegister form input[type="submit"]
{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#footer
{
	border:1px solid #ccc;
	background:#fff;
}

#footer .inner
{
	border:0;
	padding:20px 0;
}

#footer .item
{
	float:left;
	margin-right:20px;
	max-width:250px;
}

#footer .item h4
{
	color:#f93;
	font-weight:bold;
	text-transform:uppercase;
	margin:5px 0 0;
}

#footer .count
{
	width:160px;
	height:66px;
	font-size:48px;
	background:url(/img/flip-note.png) 0 0 repeat-x;
	text-align:center;
	letter-spacing:15px;
	padding-left:8px;
	text-shadow:0 1px 0 #fff;
}

#footer .catch
{
	color:#b3b3b3;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	text-align:left;
}