#easypoll {
	font-size:8pt;
	color:#B8DB7C;
}
#easypoll h3 {
	font-size:8pt;
	font-weight:normal;
	color:#84C224;
	margin-top:5px;
}
#easypoll table{
	width:100%;
	margin: 3px 0px 3px 0px;
}
#easypoll table td{
	color:#B8DB7C;
	padding: 2px 0px 2px 0px;
	vertical-align:middle;
}

#easypoll table td#answer{
	padding-left:4px;
}
#easypoll table td#result_answer{
	vertical-align:bottom;
	padding-right:4px;
}
#easypoll table td#result{
	text-align:center;
/*
	color:#FFF974;
*/
}
#easypoll table td#bar {
	font-size:0px;
  height:2px;
}
#line {
	float:left;
  height:2px;
	background-color:#B8DB7C;
}
#total {
/*
	color:#999999;
*/
}
#easypoll input.pollbutton#easypollsubmit {
	display:block;
	cursor:pointer;
	width:85px;
	height:14px;
	margin:auto;
	background: url(images/submit_vote_bgr.png) top no-repeat;
	border:0px;
}
#error {
	color:#B8DB7C;
	margin-top:5px;
}
