* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background-color: #fff;
	color: #000;
	font: 70%/1.5em Georgia, "New York", Palatino, serif;
	-webkit-text-size-adjust: none;
}
body, #container, #copyright {
	width: 1039em;
}
h1 {
	position: absolute;
	left: 0;
	top: 28px;
	width: 950px;
	height: 500px;
	background: url(title.png) 0 50%;
	text-indent: -9999px;
}
*>h1 {
	height: 69%;
	max-height: 500px;
}
#container {
	position: absolute;
	left: 0;
	bottom: 10px;
	border-top: 1px solid #c5c5c5;
	height: 31em;
	background-color: #ced;
}
form {
	display: inline;
}
.box {
	position: relative;
	float: left;
	padding: 2em 1.5em 0 2.5em;
	width: 23em;
	height: 28em;
}
.red {
	background: #fdc url(red.gif) 0 100% repeat-y;
}
.green {
	background: #ced url(green.gif) repeat-y;
}
.blue {
	background: #cde url(blue.gif) 0 50% repeat-y;
}
#intro {
	padding-left: 2em;
	width: 17em;
	background-image: none;
}
#intro p {
	margin: 0 0 1em;
	font-size: 1.15em;
	line-height: 1.75em;
}
#rules {
	width: 39em;
}
#procedure {
	width: 37em;
}
#ceremony {
	width: 21em;
}
#prizes, #categories, #action {
	width: 17em;
}
h3 {
	position: relative;
	z-index: 2;
	margin: -1.75em -.75em .55em -.75em;
	font-size: 1.75em;
	line-height: 1em;
	text-transform: lowercase;
}
.red h3, .red input {
	color: #d54;
}
.green h3, .green input {
	color: #575;
}
.blue h3, .blue input {
	color: #579;
}
p, ul, dl {
	margin: 1em 0;
}
h4 {
	margin: 0;
	font-size: 1em;
	text-transform: lowercase;
}
.hall_of_fame, fieldset, .inputs, p.winner, .nominees {
	border: none;
	font: .85em/1.15em Verdana, Tahoma, sans-serif;
}
fieldset p, p.winner {
	margin-top: 0;
}
.hall_of_fame strong {
	font-family: Georgia, "New York", Palatino, serif;
	text-transform: uppercase;
}
fieldset input, #end input, #intro input {
	padding: .1em .25em;
	border: none;
	border-top: .1em solid #ccc;
	border-bottom: .1em solid #ccc;
	width: 22.3em;
	background-color: #fff;
	font: 1.15em Verdana, Tahoma, sans-serif;
}
*>/**/fieldset input, *>/**/#end input {
	padding-top: .15em;
	padding-bottom: .15em;
}
.inputs, .inputs li, .nominees, .nominees li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.inputs li {
	float: left;
	clear: left;
	position: relative;
	padding: 0 0 10px 25px;
	width: 202px;
}
.nominees li {
	font-weight: normal;
}
.la .inputs li {
	padding-bottom: 2px;
}
.inputs input {
	position: absolute;
	left: 0;
	top: 0;
}
img {
	display: block;
	border: none;
	border-top: .1em solid #ccc;
	border-bottom: .1em solid #ccc;
}
#intro input {
	width: 13.3em;
}
input:hover, input:focus, .inputs a:hover img {
	border-color: #aaa;
}
input:focus, .red input:focus, .green input:focus, .blue input:focus {
	color: #000;
}
ul {
	padding-left: 2em;
	list-style-type: disc;
}
ul ul {
	margin: 0;
}
dt {
	float: left;
	clear: left;
	margin: 0 .5em .3em 0;
	width: 15em;
	font-weight: bold;
	font-size: .85em;
	line-height: 1.5em;
	font-family: Verdana, Tahoma, sans-serif;
	text-align: right;
}
dd {
	float: left;
	margin-bottom: .25em;
	width: 23.5em;
}
*>dd {
	min-height: 2.4em;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background-color: #fd0;
}
/*.la {
	width: 34em;
}
.la input {
	width: 33.3em;
}*/
#end {
	width: 30em;
}
#end input {
	width: 29.3em;
	font-size: 1em;
}
#end .checkbox {
	padding: 0;
	border: none;
	width: auto;
	background-color: transparent;
}
#copyright {
	clear: left;
	border-top: 1px solid #c5c5c5;
	background-color: #fff;
	text-align: right;
}
#copyright p {
	margin: 0 .5em;
	font: .8em/1.5em Verdana, Tahoma, sans-serif;
}
input.error, #end input.error {
	background-color: #fd0;
}
span.error {
	display: block;
	position: absolute;
	left: 1.5em;
	bottom: 35em;
	padding: .25em .5em;
	border: 1px solid #d54;
	background-color: #fff;
	color: #d54;
	font-weight: bold;
}
.box span.error {
	top: -5em;
	bottom: auto;
}
fieldset span.error {
	font: bold 1.18em/1.5em Georgia, "New York", Palatino, serif;
}
