	.poller{	/* The poller box */
		float:left;		
		width:auto;
		height:auto;			
		margin:0;
		padding: 0 12px;
		clear: both;
	}
	/* Poller title above radio buttons */
	.pollerTitle{
		margin-bottom:12px;
		padding-bottom: 10px;
		font-weight:bold;
		float: left;
		font-size: 12px;
		color: #333;
	}
	/* Label for each radio button */
	.pollerOption{
		padding: 0;
		float: left;
		text-align: left;
		margin:0;
		
	}
	.pollerOption label{
		text-align: left;
		font-size: 11px;
		font-weight: normal;
		padding-left: 8px;
		margin:0;
		color: #333;
		width: 160px;
	}
	.pollbtn{
		margin: 8px 0 0 5px;
		clear: both;
		float:left;
		font-size: 11px;
		font-weight: bold;		
	}	
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0 8px 0 0;
		font-size:11px;
		float: left;
		text-align: right;
		clear: both;
		width: 160px;
		color: #333;
	}
	.pollcheck{
		float: left;
		clear:none;
	}

	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin-bottom:12px;
		padding-bottom: 2px;
		font-weight:bold;
		float: left;
		font-size: 12px;
	}
	.result_bar{
		margin: 4px 0 0 0;
		height: 7px;
		width: 110px;
		background:#7aa8d0;
		float: right;
	}
	
	.results_table{
		color: #444;	
	}
	.answer{
		width: 160px;
		vertical-align: top;
	}
		
	/* 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 .percentage{
		float:right;
		height:16px;
		color:#444;
		font-size:11px;
		margin-right: 0px;
		
	}
	.result_pollGraph .middleImage{
		float:left;
		height:7px;
		background-repeat:repeat-x;
	}	
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:7px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		clear:both;
		float: left;
		font-size:11px;
		margin-top:15px;
		font-style:italic;
	}