.poller{	/* The poller box */
		display:block;			
		width:863px;	
		height:52px;
		background:url(/img/polls/poll_background.gif) 0 0 no-repeat;						
		margin-bottom:10px;	
		margin-top:0px;	
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:11px;	
	}
	.poller img{float:left}
	/* Poller title above radio buttons */
	.pollerTitle{		
		margin-top:0;
		margin-bottom:5px;
		font-weight:bold;
	}
	
	#pollOptionsContainer{float:right; margin-top:15px; height: 30px; width:250px;}
	
	/* Label for each radio button */
	.pollerOption{	
		background:transparent;	
		float:left;						
	}
	
	#contoles{margin-left:5px}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		font-size:0.8em;
		margin-bottom:5px;
		margin-top:5px;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		display:none;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
		margin:0;
		padding:0;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:11px;
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:0.9em;
		line-height:16px;
		margin:0;
		padding:0;		
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:16px;
		margin:0;
		padding:0;		
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:11px;
		display:none;	
	}	
	
	.result_totalVotes{
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:11px;
		clear:both;
		font-size:0.8em;
		padding-top:20px;
		font-style:italic;
	}
	
	#pop_inner{width:301px; height:226px; margin-left:auto; margin-right:auto; background:url(/img/polls/poll_min_pricing_result.jpg) 0 0 no-repeat}
	#poller_results{padding-top:83px;padding-left:20px; color:white}
