#votecontainer{
	padding: 0px;
	
}
#votecontainer_title{
	background-image:url(images/polltitle.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:134px;
	height:25px;
}

#pollcontainer{
	margin:5px; 
	background:#f9f9f9; 
}
#loader{ display:none; text-align:center;}
.option{ margin:0px 0; }
.option p{ font-size:11px;
	padding-top:2px; font-weight:bold; }
.bar{ height:8px; background:#3399cc; }
.yourvote{ background:#113399; }
