#poll_question{
	padding-bottom:10px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#000000;
}
#poll_intro{
	padding-bottom:20px;
	font-size:12px;
	text-align:center;
	color:#000000;
}
#poll_intro h1{
	color:#BC2E00;
	font-weight:bold;
	margin:0 0 5px 0;
}
table#poll_box{
	width:175px;
	background-color:#ffffff;
}
td.option_input{
	width:63px;
	padding:1px 0;
	text-align:center;
	font-size:12px;
	border-bottom:1px solid #f1f1f1;
}
td.option_input input{
	margin:3px auto 0 auto;
	display:block;
}
td.option_label{
	width:110px;
	padding-top:3px;
	border-bottom:1px solid #f1f1f1;
}
td.option_votes{
	padding:5px 0 2px 0;
	border-bottom:1px solid #f1f1f1;
}
div.votes_bar_support{
	width:100%;
	background-color:#f1f1f1;
}
div.votes_bar{
	height:9px;
	background-color:#BC2E00;
}
td#poll_voters{
	padding:4px 0;
	text-align:center;
	font-size:12px;
}
