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