.poller_mainContainer{
	margin:0 auto;
	background-color:#ffffff;
	font-size:0.9em;
	font-family: arial, sans-serif;		
}
.poller_mainContent{
	padding:10px;
}		  
img{
	border:0px;		 
} 
.poller_clear{
	clear:both;
}																
.poller{	/* The poller box */	
	padding:15px;	
	border:1px solid #c3c3c3;
	background-color:#ffffff;
	margin:10px;
}			
.pollerRadio{
	border:0px;
}			
/* Poller title above radio buttons */
.pollerTitle{
	margin-bottom:5px;
	font-weight:bold;
	text-align:left;
	color:#000000;
}
/* Label for each radio button */
.pollerOption{
	margin:0px;
	text-align:left;
}
/* Label for each option above graph - i.e. results */
.result_pollerOption{
	margin:0px;
	font-size:0.8em;
	text-align:left;
}
/* Title of poller - when ajax shows the results */
.result_pollerTitle{ 
	font-weight:bold;
	text-align:left;
	font-size:0.9em;
	color:#000000;
}
/* 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;
	color:#ffffff;
	line-height:16px;
	font-size:0.9em;	
}
/* 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:0.8em;
	padding-top:0px;
	font-style:italic;
	text-align:left;
}