
	.poller {	/* The poller box */		
		width:220px;
		height:220px;		
		padding:0px;	
		background: #f8f7e5;
		margin:0px;
	}
	
	/* Poller title above radio buttons */
	.pollerTitle {
		color:#A68D53;
		font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-size: 11px;
	}
	/* Label for each radio button */
	.pollerOption {
		line-height:13px;
		margin:0;
		padding:0 0 5px;
		color:#575B60;
		font-family: Verdana;
		font-size: 11px;
	}
	
	/* Label for each option above graph - i.e. results */
	.result_pollerOption {
		margin:0px;
		color:#575B60;
		font-family: Verdana;
		font-size: 11px;
		font-weight:normal;
	}
	
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle {
		font-weight:bold;
		color:#575B60;
		font-family: Verdana;
		font-size: 11px;
		margin:0;
		padding:5px 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 {
		color:#FFFFFF;
		float:left;
		font-family:verdana;
		font-size:10px;
		font-weight:bold;
		height:16px;
		line-height:16px;
		padding:0 0 0 5px;
	}
	
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph {	
		height:20px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage {
		display:none;	
	}	
	
	.result_totalVotes {
		clear:both;
		color:#575B60;
		font-family:Verdana;
		font-size:11px;
		font-weight:bold;
		height:30px;
		margin-top:0;
		padding:10px 0 0;
	}