.poller{	/* The poller box */
	font-size:1em;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		/*width:170px;
		
		height:240px;		*/
		padding:3px;
		padding-bottom:4px;
		border:3px double #317082;
		background-image:url(http://lv.autosuper.ru/images/question.gif);
		background-repeat:no-repeat;
		background-position: center center;
		text-align:left;
	}
	/* Poller title above radio buttons */
	.pollerTitle{
		margin:0px;
		font-weight:bold;
		padding-bottom:2px;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
		/* height:12px; */
		
		
		
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		font-size:0.9em;
		margin:0px;
		/* height:12px;* /
		overflow:hidden; */
		display:block;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin-bottom:3px;
		margin-top:0px;
		padding:0px;
		font-weight:bold;
		font-size:1em;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:1em;
		line-height:16px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:16px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		clear:both;
		font-size:1.1em;
		margin-top:7px;
		font-style:italic;
		padding-bottom:6px;
		color:gray;
	}
	div.result_totalVotes
	{
	color:gray;
}
