* { 
	margin: 0; 
	padding: 0; 
}

body { 
	font-size: 62.5%; 
	font-family: Georgia, serif;
	
}

h6 {
	font-size: 10px;
	margin-bottom: 15px;
}

a { color: white; }

label, li {
	display: block;
	padding: 5px;
	font-size: 12px;
	color: #606060;
}

fieldset {
	width: 259px;
	padding: 8px 15px 15px 15px;
	border: 1px solid #E6E6E6;
	display: block; /* IE 7 Requires This */
	}
	legend {
		padding: 4px 6px 4px 6px;
		border: 1px solid white;
		font-size: 14px;
		color: #606060;
		font-style: italic;
	}
	
ul { list-style: none; margin-bottom: 15px;}

.results-bar {
	padding: 4px;
	color: #606060;
	background: url(../images/result-bar-bg.png) left center;
	white-space: nowrap;
}

span.total-votes {
	font-size: 10px;
}
