body {
	width: 802px;
	margin: 20px auto;
	color: #FFF;
	font: 13px/17px "Trebuchet MS", Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color: #000;
}

a {
	color: #2B95B5;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, p {
	margin: 0 0 1em;
	padding: 0;
}

img { border: none; }

h1 { margin-bottom: 20px; }

h1 a {
	display: block;
	width: 153px;
	height: 27px;
	text-indent: -9999px;
	outline: none;
	background-image: url("boss_logo.png");
}

#flash {
	margin-bottom: 20px;
	border: 1px solid #202020;
}

#flash h2, #flash h3 { display: none; }

p#twitter { margin-bottom: 20px; }

div#how_to_enter {
	float: left;
	width: 280px;
}

div#entry_form {
	float: right;
	width: 502px;
}

div#how_to_enter h3, div#entry_form h3, div#thank_you h3 {
	height: 27px;
	text-indent: -9999px;
	border-bottom: 1px solid #202020;
}

/*div#how_to_enter h3 { background: url("title_how_to_enter.png") no-repeat; }
div#entry_form h3 { background: url("title_entry_form.png") no-repeat; }*/
div#thank_you h3 { background: url("title_thank_you.png") no-repeat; }

div#how_to_enter h4, div#thank_you h4 {
	font-size: 14px;
	color: #D2B451;
}

div#how_to_enter ul {
	margin: 0 0 1.2em;
	padding: 0;
	list-style: none;
}

div#how_to_enter ul li {
	margin: 0;
	padding: 0 0 0 10px;
	color: #2B95B5;
	background: url("bullet.png") no-repeat 0 6px;
}

div#how_to_enter ol li {
	color: #999;
	padding-bottom: 1em;
}

div#entry_form p.error {
	padding: 8px 8px 8px 56px;
	color: #CCC;
	font-size: 14px;
	border: #8D241C 1px solid;
	background: #222 url("warning.gif") no-repeat 8px 8px;
}

div#entry_form fieldset {
	margin-bottom: .8em;
	padding: 4px 8px 8px 8px;
	border: #202020 1px solid;
}

div#entry_form legend {
	color: #D2B451;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

div#entry_form table.age_group td { padding-right: 8px; }

div#entry_form table.text_input input {
	border: #666 1px solid;
	background-color: #E0E0E0;
	margin-bottom: 4px;
}

div#entry_form td.pad_left { padding-left: 8px; }

div#entry_form td.light {
	padding-left: 4px;
	color: #404040;
	font-size: 12px;
}

div#entry_form p.submit {
	margin-bottom: 0;
	text-align: center;
}

div#footer {
	clear: both;
	padding: 20px 0 0;
	color: #404040;
	text-align: center;
}

