*, html {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	font-size: 100%;
}

body {
	background: #fff;
	font-size: 62.5%;
	font-family: Georgia, serif;
	text-align: center;
	color: #333;
}

a {
	color: #446074;
}
a:hover {
	color: #90ABBE;
}
a img {
	border: none;
}

#container {
	position: relative;
	width: 70em;
	margin: 0 auto;
	text-align: left;
}

#header h1 a {
	display: block;
	width: 481px;
	height: 112px;
	background: transparent url(../images/header.gif) no-repeat;
	text-indent: -9999em;
}

#notice {
	background: #FFFFE8;
	padding: 10px;
	border: 1px solid #FFFF80;
	font-size: 100%;
	margin: 10px 0;
}
#notice h3 {
	margin-bottom: 5px;
	padding: 0 0 0 20px;
	background: transparent url(../images/information.gif) 0 0 no-repeat;
}
#content #notice p {
	margin: 5px 0 0;
}
#notice p span {
	font-style: italic;
}

#content {
	padding: 1em;
	font-size: 1.2em;
}
#content p {
	margin: 1.5em 0;
}

#content span.highlight {
   background-color: #FFFFCE;
   padding: 1px 2px;
}

#results {
	margin: 0.3em 0;
	color: #999;
	background: #f2f2f2;
	padding: 1em;
	border-bottom: 2px solid #ccc;
	list-style: none;
}
#results li.winner {
	color: #45753C;
	font-size: 2em;
	font-weight: bold;
}
#results li span {
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
}
#results li.winner span {
	font-size: 0.4em;
}


#content fieldset {
	border: none;
	margin: 1.5em;
}
#content fieldset li {
	padding: 0.4em 0;
	list-style: none;
}
#content fieldset li br {
	display: none;
}
#content fieldset li input, 
#content fieldset div.item input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0.3em;
}
#content fieldset img {
	vertical-align: center;
}
#content fieldset img.handle {
	padding-right: 0.5em;
}
#content fieldset a.delete img {
	padding-left: 0.5em;
}
#content fieldset p.add  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 2em;
}
#content fieldset p.add a {
	color: #277327;
	padding: 0 0 0.3em 2em;
	background: transparent url(../images/add.gif) 0 0 no-repeat;
}


table.results, table.results td, table.results th {
	border: 0;
}
table.results td, table.results th {
	padding: 4px 5px;
	border-bottom: 1px solid #eee;
}
table.results td {
	color: #999;
	font-size: 80%;
}
table.results th {
	font-weight: bold;
	background: #ddd;
	border-bottom: 1px solid #999;
}
table.results tr.odd td {
	background: #f2f2f2;
}
table.results td.try {
	text-align: right;
}

table.results td a {
	color: #999;
	text-decoration: none;
}
table.results td a span.winner {
	font-weight: bold;
	color: #000;
	font-size: 130%;
}
table.results td a:hover {
	text-decoration: underline;
}


#recent-update {
	font-family: Verdana, Helvetica, sans-serif;
	background: #FFFFE8;	
	padding: 10px;
}

#footer {
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 3em;
}
