	/* Poller title above radio buttons */
	.pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		font-size:10px;
		line-height:15px;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
		font-size:10px;
		line-height:20px;
		vertical-align:middle;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		font-size:10px;
		line-height:15px;
		padding:10px 0 0 0;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		font-size:10px;
		line-height:15px;
	}
	/* poller for button DIV*/
	.poller_button{ text-align:right; padding:5px 0 0 0;}
	/* 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 .percent{
		float:left;
		height:30px;
		color:#686868;
		font-size:20px;
		line-height:30px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:30px;
		color:#000;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
		color:#cccccc;
	}	
	.result_clear{
		clear:both;}
	.result_totalVotes{
		padding-top:10px;
		height:30px;
		font-size:12px;
		line-height:30px;
		color:#cccccc;
		
	}