.poller{	/* The poller box */
	
		float:right;		
		width:158px;
		height:163px;		
		padding: 5px 10px 10px 10px;
		background: #000c37 url(../images/bg/webpoll.gif) no-repeat bottom left	
	}
	
.poller p {
	margin: 5px 0px 0px 0px;
	}
	
	/* Poller title above radio buttons */
	.pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		color: #fff
	}
	/* Label for each radio button */
	.pollerOption{
	font: bold 70% Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px 0px 0px 0px;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
	font: bold 70% Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 5px 0px 0px 0px;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin-bottom:5px;
		font: bold 70% Arial, Helvetica, sans-serif;
		color: #fff;
	}
	/* 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:#C00;
		line-height:16px;
		font: bold 70% Arial, Helvetica, sans-serif;
		padding: 1px 0px 0px 0px;
	}
	/* 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 fromt the server */
	.poller_waitMessage{
		display:none;
		font: 70% Arial, Helvetica, sans-serif;
		color: #fff
	}	
	
	.result_totalVotes{
		clear:both;
		font-size:70%;
		padding: 10px 0px 0px 0px;
		font-style:italic;
		color: #fff
	}
	
.vote {
	margin: 5px 0px 0px 0px;
	}
	
.poller_question input {
	margin: 2px 3px -2px 0px;
	}
