
div.poll_answers {
	background: #fcf8f3; 
	width: 300px; 
	padding: 5px;
}

div.poll_answers div.bar_outer {
	width: 100%; 
	background: #f7edde;
}

div.poll_answers div.bar_outer div.bar {
	height: 5px; 
	margin-top: 2px; 
	margin-bottom: 5px; 
	background: #bc0030;
}
