@CHARSET "UTF-8";
#poll ul {
	margin: 0px;
	padding: 0px;
}
#poll li {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.easypoll input.pollbutton  {
	background-image: url(img/button-form.png);
	height: 29px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	background-position: center;
	width: 110px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin: 10px 0px 0px;
	padding: 0px;
}
.easypoll input:hover  {
	text-decoration: underline;
}
.pollresults li {
	clear:both;
	width:95%;
	list-style-type: none;
	list-style-position: inside;
}
.easypoll fieldset {border:0px; margin:0px; padding:0px;}
.easypoll_bar {
	height:20px;
	background-color:#DFDFDF;
	float:left;
	width:95%;
	padding:0px;
}
.easypoll_bar strong {
	float:left;
	display:block;
	padding:4px;
	font-size:8px;
}
.easypoll_inner {
	height:100%;
	float:left;
	background-color:#F37218;
} 
