	.poller{	/* The poller box */
	
		float:right;		
		padding:0px;	
		margin:0px;
		width: 440px;
	}
	
	.poller_question{
		padding:0px;	
		margin:0px;	
		line-height: 13px;
	}
	/* Poller title above radio buttons */
	.pollerTitle{
font-family:Tahoma; font-size:13px; color:#36393D; text-align:center; font-weight:bold;
	}
	/* Poller title above radio buttons */
	.pollerDesc{
font-family:Tahoma; font-size:12px; color:#36393D; text-align:center;font-weight:bold; 
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
		padding: 0 0 3 0;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		padding: 3 0 0 0;
		text-align:right;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption1{
		margin:0px;
		padding: 3 0 0 0;
		color: #CC0000;
		font-weight: bold;
		text-align:right;
	}	
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
     font-family:Tahoma; font-size:12px; color:#36393D; text-align:center; font-weight:bold;padding: 0 7 20 0;margin: 0;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:right;
		padding: 0;
		margin: 0;		
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:right;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:0.9em;
		padding: 0;
		margin: 0;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		padding: 0;
		margin: 0;	

	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
	font-family:Tahoma;
	font-size:13px;
	color:#CC0000;
	text-align:right;
	text-decoration: none;
	}
