
#vote{

}

#vote ul{
  padding-left:0;
}

#vote ul li{
  list-style:none;
	line-height: 15px;
	margin-bottom: 0.5em;
}

#vote .bar{
  background: url(/img/progressbar.png) repeat-x scroll 0pt 2px;
	
	
	float:left;
	height:15px;
	margin:1px 3px 0pt 0pt;
	padding: 1px;
}

#vote .option span{
	color:#666666;
	font-size:10px;
	margin:0pt;
}

#vote .actual{
  color:#ff0000;
  float:right;
}

#vote .date{
  color:#666666;
  font-size: 0.8em;
}

#vote h3{
  padding-bottom:0;
}
