body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-align: center;
	line-height: 1.7em;
	
}

#content {
	margin: 0 auto;
	width: 500px;
	position: relative;
	/*left: 33%;*/
	/**border-left-width:2px;
	border-left-style:solid;
	border-color:#000;**/

}

#errors {
	border-width: 2px;
	border-style: solid;
	border-color: #FF6600;
	display:none;
}
h1, h2 {
	text-align: center;
}
h3 {
	color:#996600;
	margin-bottom: 0.5em;
}

#votebox table {
	border-collapse: collapse;
	/*color: #454647*/
}
#votebox td, #votebox th {
	border-width: 1px;
	border-style: solid;	
	border-color: #666666;
}

th {
	background-color: #EEEEEE;
	border-width: 1px 1px 3px;
}

tr.first {
	background-color: #FFD700;
}

tr.second1 {
	background-color: #7FFF00;
}

tr.second0 {
	background-color: #00FF00;
}

tr.middle1 {
	background-color: #C0C0C0;
}

tr.middle0 {
	background-color: #A9A9A9;
}

tr.last1 {
	background-color: #FF0000;
}

tr.last0 {
	background-color: #FF6347;
}

th, td.points {
	text-align: center;
}

#votebox, #infobox {
	text-align: left;
}