
body{
background-color:transparent;
 	margin: 0 0 0 0;
	
}

	
	.poller{	/* The poller box */
		
		width:194px;
	
				
		
		
		
	}
	/* Poller title above radio buttons */
	.pollerTitle{
	text-align:center;
	color:#000000;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
		margin:0 0 0 0;
	}
	/* Label for each radio button */
	.pollerOption{
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	color:#676767;
	font-size:10px;
	padding-left:5px;}
	.poller_question{
	width:194px;
		height:45px;	
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align:center;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
		 
		font-weight: bold;
	
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		font-family: Arial,Verdana, Helvetica, sans-serif;
	color:#676767;
	font-size:10px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	padding-left:5px;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
	
	text-align:center;
	color:#000000;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:10px;
		 
		font-weight: bold;
		margin:0 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 div{
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size: 9px;
		line-height:16px;
		width:174px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:16px; padding-left:5px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		padding-top:0px;
		margin-top:0px;
		clear:both;
	  font-size: 10px;
		font-style:italic;
		font-weight:bold;
	}
