@charset "utf-8";
/* CSS Document */

html, html *, body, body * {
	padding: 0px;
	margin: 0px;
}

/* Layout */
div#wrapper, div#header, div#heading, div#instructions, div#prize, div#chart, div#input_form, div#error_message {
	width: 657px;
}

div#disclaimer {
	width: 627px;
}

div#wrapper {
	margin: 0px auto;
}

div#header {
	padding-top: 25px; 
	padding-bottom:15px; 
	text-align: center;
}

div#heading {
	text-align: center;
	height: 47px;
}

div#heading h1 {
	position: relative;
	top: 10px;
}

div#instructions {
	height: 137px;
	text-align: center;
}

div#instructions p {
	padding-top: 20px; 
	padding-bottom:20px;
}

div#prize {
}

div#chart {
	height: auto;
}

div#chart h2 {
	padding: 10px;
}

div#disclaimer {
	padding: 15px;
}

div#input_form {
	height: 80px;
}

div#input_form form#lookupform input#email {
	width: 200px;
	position: relative;
	left: 20px;	
}

div#input_form form#lookupform input#search {
	position: relative;
	left: 20px;	
	top: 10px;
}

div#error_message {
	text-align: center;
}

div#error_message p {
	padding-top: 60px;
	padding-bottom: 60px;
}

table * {
	margin-left: 5px;
}

table td {
	padding: 5px;
}

div#error_page {
	text-align: center;
	margin-top: 100px;
}

div#status {
	text-align: center;
	padding-top: 100px;
}

#import_form_table {
	width: auto;
}

/* Background and color */
body {
	background: #000000 url(images/background_body.jpg) no-repeat top center;
	color: #FFFFFF;
}

a img {
	border: none;
}

div#wrapper {
	background: inherit;
}

div#heading {
	background-color: #0c1419;
}

div#instructions {
	background-color: #1f323d;
}

div#prize {
	background-color:#46757c;
}

div#chart, div#input_form {
	background-color:#0b181e;
}

div#disclaimer {
	background-color: #0f1b24;
}

td {
	border-left: 1px solid #0B181E;
}

#import_form_table {
	color: #000000;
}

.clear {
	clear:both;
}

/* Font */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#disclaimer {
	font-size: 10px;
	color: #535f67;
}

div#disclaimer a, div#status a {
	color: #9dcecb;
	text-decoration: none;
}

div#status {
	font-size: 16px;
}

#import_form_table {
	font-size: 12px;
}