
	#poller_holder{
		margin:0;
		padding:0;
		float: left;
	}
	
	.poller{	/* The poller box */
		position: relative;
		float:left;	
		margin:0;
		padding:0;	
		width:249px;
		background-repeat:no-repeat;
		background-position: center center;
		background: white;
		border-bottom:1px solid black;
		padding-left: 25px;
		padding-right: 26px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #434343;
		color: white;


	
	}
	
	/* Poller title above radio buttons */
	
	.pollerTitle{
		top:0;
		padding: 0;
		margin-bottom:5px;
		font-weight:bold;
		margin: 0;
		padding:0;
		padding-bottom: 5px;
		width: 100%;
	}
	/* Label for each radio button */
	.pollerOption{
		color: #ffffff;
	 	font-size:0.9em;
		font-weight: bold;
		padding-left: 5px;
		padding-bottom: 3px;
		margin: 0;
		padding:0;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin: 0;
		padding:0;
		font-size:0.9em;
		color: #ffffff;
		padding-bottom: 3px;
		font-weight: bold;


	
	}
		
	
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
			top:0;
		padding: 0;
		margin-bottom:5px;
		font-weight:bold;
		margin: 0;
		padding:0;
		width: 100%;
		padding-bottom: 15px;
	}
	/* 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.9em;
		line-height:16px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:16px;
		padding-bottom: 3px;
		width: 100%;
		padding-bottom: 6px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		clear:both;
		color: white;
		font-weight: bold;
		font-size:0.9em;
		margin-top:10px;
		padding-top: 10px;
		background: #434343;
		margin: 0;
		float: left;
		position: relative;
		padding-top: 7px;
	}
	
	
	.poller a:link {
	color: black;
	border: black 1px;

}

	.poller a:visited {
	color: black;
	border: black 2px;

}

	.poller input  {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:  none;
	background:#434343;
	
}



