	.poller_bit{	/* The poller box */
	margin:0px;

	}
	/* Poller title above radio buttons */
	.poller_quest{
		margin:8px 0;
		 
		font-weight:bold;
	}
	/* Label for each radio button */
	.poller_option_ct{
		margin:5px 0px;
		clear:both;
		font-size:80%;
	}

	.poller_bar{
	height:12px;
	background-repeat:repeat-x;
	background-position:center center;
	color:#fff;
	font-size:8px;
	font-weight:bold;
	line-height:11px;
	padding-left:3px;
	padding-right:3px;
	vertical-align:middle;
	text-align:right;
	width:10px;
	background-color: @style.color1@;
	 /*
	
			background:@style.color1@;
			
			background: -webkit-gradient(linear, left top, left bottom, from(@style.color2@), to(@style.color1@));
			background: -moz-linear-gradient(top, @style.color2@, @style.color1@);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@style.color2@, endColorstr=@style.color1@);
			*/
	}

 /*
		.poller_bar_1 { background-color: #598527}
		.poller_bar_2 { background-color: #0072bc}
		.poller_bar_3 { background-color: #9e005d}
		.poller_bar_4 { background-color: #00a99d}
		.poller_bar_4 { background-color: #9e0b0f}
		.poller_bar_4 { background-color: #555555}
		.poller_bar_4 { background-color: #754c24}
	*/
	
	.result_pollerTitle{
		margin-bottom:5px;
		font-size:110%;
		font-weight:bold;	
		margin:0px;
	}

	.poller_bar_ct{
		font-size:9px;
		text-align:right;	
		height:12px;
		background-color: #f2f2f2;
 		line-height:12px;
		padding:0px;
		margin:5px 20px 3px 10px;
		/*width:170px;*/
	}
	
.poller_ends_on 
{
	padding-top:8px;
}

.poller_waiting
{
	background:url(../media/images/misc/loading_50.gif) center center no-repeat;
}