
.centerContent
{
	width: 714px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/structure/content-header.png) no-repeat left top;
	padding-top: 15px;
	position: relative;
}

.centerContent .inner
{
	background: url(../images/structure/content-background.png) repeat-y;
	min-height: 400px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
}

.centerContent .inner .content
{
	padding-left: 16px;
	padding-right: 16px;
}

.centerContent .footer
{
	background: url(../images/structure/content-footer.png) no-repeat;
	height: 15px;
	margin-bottom: 25px;
}



#fade
{
	width: 660px;
	background: url(../images/blue-fade-background.png) no-repeat;
	padding: 20px 20px 20px 20px;
	margin-left: -16px;
	margin-top: -11px;
}


h1
{
	font-size: 30px;
	color: #020197;
	text-align: center;
}


ul.checklist
{
	float: left;
	font-size: 17px;
	list-style:none;
	padding: 0px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.checklist li
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
	min-height: 24px;
	background: url(../../images/icons/24x24/check.png) no-repeat;
	padding-left: 30px;
	padding-top: 2px;
}


h3
{
	text-align: center;
	color: #020197;
	margin-top: 25px;
	margin-bottom: 8px;
	font-weight: normal;
}


div.signup
{
	width: 645px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #ffc35b;
	background: #ffe97e url(../../images/signup/white-pixel-pattern.png); repeat-x repeat-y;
	padding: 0px;
	float: left;
	padding: 8px;
}

div.signup h2
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.signup .form
{
	float: left;
	margin-left: 10px;
}

div.signup input
{
	width: 200px;
	color: #7c7c7c;
	border: 1px solid #9f9f9f;
	float: left;
	margin-right: 10px;
	font-size: 16px;
	padding: 5px;
}

div.signup .error
{
	float: left;
	width: 210px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

div.signup .signup
{
	width: 174px;
	height: 38px;
	display: block;
	background: url(../images/submit-button.png) no-repeat;
	float: left;
}

div.signup .signup:hover
{
	background-position: 0 -38px;
}

div.signup .newsletters
{
	margin-top: 5px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}


#signupButton
{
	width: 250px;
	height: 65px;
	background: url(../images/play-now-green.png);
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}

#signupButton:hover
{
	background-position: 0px -65px;
}

a.morePuzzles
{
	width: 187px;
	height: 49px;
	background: url(../images/more-puzzles.png);
	display: block;
}

a.morePuzzles:hover
{
	background-position: 0px -49px;
}


a.freeAccountBtn
{
	width: 287px;
	height: 57px;
	display: block;
	background: url(../images/free-account-btn.png);
}

a.freeAccountBtn:hover
{
	background-position: 0px -57px;
}