	
	.poller{	/* The poller box */
		clear:both;
		background-color:#FFFFFF;
		border:1px solid #CC9933;
		border-top:none;
		padding:0em;
		margin-top:0.5em;
		margin-bottom:.0em
	}
	/* Poller title above radio buttons */
	.pollerTitle{
		background-color:#ffffff;
		color:#333333;
		margin:0px 0px 1em 0px;
		vertical-align:middle;
		padding:0 0em 1em 0em;	
		border-bottom:1px dotted #CCCCCC;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:.5em 0 0 0;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		background-color:#ffffff;
		color:#333333;
		margin:0px 0px 1em 0px;
		vertical-align:middle;
		padding:0 0em 1em 0em;	
		border-bottom:1px dotted #CCCCCC;
	}
	/* 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:20px;
		background-repeat:repeat-x;
		color:#FFF;
		line-height:20px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:20px;
		margin-left:0em;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		float:right;
		margin: 1em;
	}
