.poll {
}

.poll .poll_entry {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

.poll .poll_entry a {
	margin: 0px;
	float: left;
	display: block;
	width: 10px;
	height: 18px;
	background-image: url(http://www.bendbulletin.com/graphics/restaurantGuide/bars4.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
}

.poll .vote {
	font-size: 14px;
	font-weight: bold;
}

.poll .poll_entry span {
	float: left;
	display: block;
	width: 20px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,0) !important;
}

.poll .poll_entry .release { 
	background-position: 1px 0;
}

.poll .poll_entry .highlight { 
	 background-position: 1px -40px;
}

.poll .poll_entry .selected { 
	 background-position: 1px -20px;
}

