@CHARSET "UTF-8";

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input,object { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
.clear { clear: both }

body {
	background: #15272c;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}

.pageContainer {
	background: url('../images/pageContainerBg.png') repeat-y;
	width: 894px;
	margin: 0 auto;
}
.pageContainer .container {
	width: 802px;
	margin: 0 auto;
	color: #fff;
}
.pageContainer .bottom {
	background: #15272c url('../images/pageContainerBottom.png') no-repeat;
	min-height: 22px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	padding: 30px 60px;
}
.logo {
	background: url('../images/header.png') no-repeat;
	float: left;
	margin: 0 1px;
	width: 801px;
	height: 107px;
}
.navBar {
	clear: both;
	background: #ded84a;
	height: 7px;
	margin: 0 0 0 1px;
}

.content {
	padding: 20px;
}
.topGrad {
	background: url('../images/topGrad.png') no-repeat;
	float: right;
	width: 274px;
	height: 169px;
	margin: 0;
}
h1, h2 {
	text-transform: uppercase;
	letter-spacing: -0.025em;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	color: #00ade2;
	margin: 20px 0 10px 0;
}
h4 {
	font-size: 16px;
	margin: 20px 0 0 0;
	font-weight: bold;
}
h5 {
	font-size: 15px;
	font-weight: normal;
}
h6 {
	font-size: 13px;
	font-weight: normal;
}
p {
	margin: 10px 0;
}
hr {
	display: none;
}
.hr {
	height: 1px;
	background: #e0d91d;
	margin: 10px 0;
}

a {
	color: #fff;
}
a:hover {
	color: #ccc;
}

.prizes {
	float: right;
	text-align: center;
	width: 290px;
	margin-left: 20px;
}
.prizes {
	background: url('../images/prizeIncludes.png') no-repeat;
	height: 500px;
	text-align: left;
	padding-top: 300px;
}
.prizes ul {
	margin: 0;
	font-size: 11px;
	list-style: none;
}
.prizes ul li {
	background: url('../images/bullet.png') no-repeat;
	padding-left: 20px;
	margin: 0 0 10px 0;
}

fieldset {
	border: 1px solid #6e720d;
	margin: 10px 20px 30px 0;
	position: relative;
	background: #000;
	padding: 10px;
}
fieldset legend {
	font-size: 14px;
	padding: 0 5px;
	margin: 0 10px;
	color: #fff;
	height: 14px;
	line-height: 14px;
}
fieldset ul {
	list-style: none;
	font-size: 11px;
	margin: 20px 0 40px 0;
}
fieldset ul li {
	line-height: 20px;
	margin: 10px 0;
}
fieldset ul li a {
	color: #00ade2;
}
fieldset ul li a:hover {
	color: #ccc;
}
fieldset ul li label {
	display: block;
	float: left;
	width: 75px;
	text-align: right;
	padding: 0 20px 0 0;
}
fieldset ul li input[type="text"],
fieldset ul li textarea {
	border: 1px solid #40c2e9;
	padding: 2px 3px;
	width: 280px;
}
fieldset ul li textarea {
	height: 60px;
}
button {
	background: url('../images/buttonSubmit.png') no-repeat;
	border: 0;
	text-indent: -9000px;
	width: 192px;
	height: 50px;
	position: absolute;
	z-index: 100;
	bottom: -26px;
	left: 20px;
	cursor: pointer;
}

fieldset ul li.error input,
fieldset ul li.error textarea {
	background: #eb2927;
}
fieldset ul li.error {
	color: #eb2927;
}

ul.terms {
	margin: 20px;
	font-size: 12px;
	line-height: 16px;
}
ul.terms li {
	margin: 5px 0;
}