html{
	background: #151515;
	text-align: center;
	font-family: Tahoma, Sans-Sarif, Arial;
	font-size: 16px;
	color: #fff;
}
div#top{
	background: #1d1e1d url('../images/hBarBG.gif') 0 150px repeat-x;
	width: 100%;
	float: left;
	padding-bottom: 60px;
}
div.container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
img#logo{
	margin: 27px 0;
}
img#kid{
	position: absolute;
	right: 0px;
	top: 30px;
}
div#prizes{
	height: 235px;
	width: 850px;
}
div#prizes p{
	margin: 15px 150px 15px 0;
	font-size: 24px;
	color: #0f0f0f;
}
div#prizes img{
	float: left;
	padding: 5px;
	background: #eaeaea;
	border: 1px solid #d6d6d6;
	margin-right: 10px;
}
div#prizes img:hover{
	background: #dadada;
}
span#cta{
	float: left;
	background: #2b94d9 url('../images/cTAButtonN.png') center no-repeat;
}
span#cta a{
	display: block;
	width: 198px;
	height: 68px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	padding: 30px 10px;
}
div.narrow{
	margin: 30px 0px;
	background: url('../images/narrowCBG.png') top center no-repeat;
	width: 300px;
	float: left;
}
div#narrowCenter{
	margin: 30px;
}
div.narrow h1,
div.halfWidth h1{
	font-size: 24px;
	line-height: 32px;
	padding: 10px;
}
div.narrow p{
	margin: 10px;
	line-height: 30px;
	letter-spacing: 0.5px;
}
div.halfWidth{
	background: url('../images/wideCBG.png') top center no-repeat;
	float: left;
	width: 465px;
	padding-bottom: 20px;
}
table#recaptcha_table{
	background: #fff;
}
div#recaptcha_widget_div{
	margin-left:10px;	
}
.recaptchatable input#recaptcha_response_field{
	height: 40px;
	padding: 8px 0 0 10px;
	color: #9a9a9a;
	font-size: 24px;
}
#formEmailInput{
	height: 40px;
	width: 430px;
	margin-left: 10px;
	padding: 8px 0 0 10px;
	color: #9a9a9a;
	font-size: 24px;
}
#formSubmit{
	font-weight: bold;
	padding: 10px 20px;
	margin: 20px 10px;
	position: absolute;
	right: 0px;
}
div#footer{
	clear: both;
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
}
.successMessage{
  background: #e7ffe0 url('../images/icons/tick-icon.png') 10px 10px no-repeat;
  color: #54ac39;
  border: 1px solid #54ac39;
  padding: 5px 5px 5px 35px;
  margin: 10px 10px 0 10px;
}
.warningMessage{
  background: #fdff58 url('../images/icons/warning-icon.png') 10px 10px no-repeat;
  color: #c58200;
  border: 1px solid #c58200;
  padding: 5px 5px 5px 35px;
  margin: 10px 10px 0 10px;
}
.errorMessage{
  background: #ffdbdb url('../images/icons/delete-icon.png') 10px 10px no-repeat;
  color: #a53838;
  border: 1px solid #a53838;
  padding: 5px 5px 5px 35px;
  margin: 10px 10px 0 10px;
}
