body {
	background:#0b182d url('../i/bg_body.jpg') no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
body#viral {
	background:#030910 url('../i/bg_body_dark.jpg') no-repeat center top;
}
body.system {
	background:#030910 url('../i/bg_body_dark_alt.jpg') no-repeat center top;
}
a {
	color:#fff;
}
img {
	border:none;
}
fieldset {
	border:none;
	padding:0;
	margin:0;
}
button {
	border:none;
	cursor:pointer;
}
form label {
	display:block;
	font-size:11px;
}
form input {
	width:160px;
	font-size:11px;
	background-color:#fff;
	color:#000;
}
form select {
	font-size:11px;
}
h1, h2, h3, h4 {
	margin:0;
	text-align:center;
}


/* Framework */
#container {
	width:960px;
	height:690px;
	margin:0 auto;
	position:relative;
}
#error {
	color:#f00;
	font-weight:bold;
	position:absolute;
	display:block;
	top:-15px;
	left:0;
	padding-left:3px;
}

/* Footer */
#footer {
	width:900px;
	margin:0 auto;
}
	#footer ul {
		float:left;
		list-style:none;
	}
	#footer ul li {
		float:left;
		margin-right:8px;
	}
	#footer p {
		float:right;
		width:550px;
	}

/* Button States */
a.button {
	height:0;
	padding-top:28px;
	overflow:hidden;
	display:block;
	position:relative;
}

#tickets {
	width:294px;
	background:url('../i/btn_free_ticket.gif') no-repeat;
	top:-124px;
	left:390px;
}
	#tickets:hover {
		background-position:0 -30px;
	}

#enter {
	width:207px;
	background:url('../i/btn_enter_sweeps.gif') no-repeat;
	top:-60px;
	left:316px;
}
	#enter:hover {
		background-position:0 -30px;
	}

#submit {
	background:url('../i/btn_submit.gif') no-repeat;
	width:107px;
	height:28px;
}
	#submit:hover {
		background-position:0 -30px;
	}

#nothanks {
	background:url('../i/btn_no_thanks.gif') no-repeat;
	width:116px;
	left:160px;
	top:-28px;
}
	#nothanks:hover {
		background-position:0 -30px;
	}
#continue {
	background:url('../i/btn_continue.gif') no-repeat;
	width:116px;
}
	#continue:hover {
		background-position:0 -30px;
	}


/* Landing Page */
#landing #content {
	padding-top:270px;
}
#landing #content h2,
#landing #content p {
	text-align:center;
}
#flashcontent {
	position:absolute;
	top:0;
	left:0;
}

/* Registration Page */
#registration #content {
	padding-top:115px;
}
#registration form {
	width:835px;
	padding-top:30px;
	margin:0 auto;
}
#registration #copy {
	width:240px;
	float:left;
	margin-right:20px;
}
#registration fieldset#details {
	float:left;
	width:350px;
	margin-right:5px;
	position:relative;
	z-index:9;
}
	#registration form fieldset#details div {
		float:left;
		margin-right:6px;
		margin-bottom:4px;
	}
	#registration form fieldset#details div div label {
		display:inline;
	}
	#registration form fieldset#details input[type=radio] {
		width:auto;
		display:inline;
		position:relative;
		top:3px;
		background:none;
	}
	#registration form fieldset#details select {
		width:60px;
	}
	#registration form fieldset#details div#zip input {
		width:93px;
	}

#registration fieldset#optins {
	font-size:10px;
	border-left:1px solid #8897a7;
	padding-left:15px;
	margin-top:18px;
}
	#registration fieldset#optins div {
		position:relative;
		top:-10px;
		margin-bottom:5px;
	}
	#registration fieldset#optins input[type=checkbox] {
		width:auto;
		margin:0;
		padding:0;
		position:relative;
		top:3px;
		background:none;
	}
	#registration fieldset#optins label {
		display:inline;
	}
		#registration fieldset#optins div#captcha {
			position:relative;
		}
		#registration fieldset#optins div#captcha label {
			display:block;
		}
		#registration fieldset#options div#captcha img {
			display:block;
			height:60px;
			width:100%;
			border:1px solid #fff;
		}
#registration div#closeout {
	position:relative;
	left:26px;
	top:15px;
	z-index:1;
}
#registration button {
	position:relative;
	top:-50px;
	left:236px;
}
#registration #notes {
	position:relative;
	clear:both;
}
	#registration #notes span {
		position:absolute;
		top:0;
		left:0;
		font-size:11px;
	}
	#registration #notes a {
		position:absolute;
		top:0;
		left:93px;
	}


/* Viral Form */
#viral #content {
	padding-top:115px;
}
#viral #copy {
	float:left;
	width:275px;
	margin-right:20px;
}
#viral form {
	left:28px;
	margin:35px auto 0;
	position:relative;
	width:690px;
}
	#viral form fieldset {
		float:left;
		margin-right:30px;
		margin-bottom:15px;
		position:relative;
		z-index:9;
	}
	#viral form fieldset div {
		margin-bottom:5px;
	}
	#viral form #buttons {
		position:absolute;
		top:230px;
		left:295px;
		z-index:1; 
	}
	

/* System Pages */
.system #content {
	padding-top:252px;
	padding-left:345px;
}
.system #copy {
	text-align:left;
	width:485px;
}
	
.system h2 {
	margin-bottom:15px;
	text-align:left;
}
.system .button {
	margin-top:15px;
}

