img {
	border: none;
}	

.poller{	/* The poller box */
		font-family: 'Gil Sans', Arial, Helvetica, sans-serif;
		color: #666;
		float: left;		
		/* width:136px; */
		height: auto;
		padding:4px;	
	/*	border-bottom: 1px solid #006; */
		margin:0;
	}
	/* Poller title above radio buttons and title of results */
	 .pollerTitle, 	.result_pollerTitle {
		margin: 0 0 5px 0;
		padding: 0 0 1px 0;
	/*	border-bottom: 1px solid #006; */
	}
	/* Label for each radio button */
	.pollerOption, .result_pollerOption {
		margin:2px 0;
		font-size:1em;		
	}


	/* 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:0.6em;
		line-height:16px;
		margin: 0 0;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height: 16px;
	}
	
	/* Message when Ajax is working getting restults from the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		margin: 0;
		width: auto;
		border: none;
		padding: 10px 0 0px 0 ;
		font-size:0.8em;
		color: red;
		font-style:normal;
	}
