.poll label{
	width: auto;
	clear:none;
	display:inline;	
} 
.poll div.field{
	width: auto;
	clear:both;
	display:inline;
}
.poll ul{
	margin:0;
	list-style:none;
	padding:0;
}
.poll ul li{
	font-size: 80%;
}
.poll h3{  /* question */
	margin:0;
}
.poll .count{
	font-size: 90%;
}
.poll .answer{

}
.poll div.vote_box{
	clear:both;
	background: white url(pictures/poll_bg.gif);
	border: 1px solid black;
	padding:1px;
}
.poll div.vote_box div{ /* fill */
	background: url(pictures/poll_fill.gif);
	font-size:1px;
	height: 9px;
}
