.poller{	/* The poller box */
	float:right;
	font: 12px Tahoma,Verdana,Arial,Helvetica,sans-serif;		
	height:120px;
	width: 250px;
	margin: -10px 50px 10px 0;		
}

.poller_results {
	width: 300px;
	margin-top: 20px;
}

#poller_header {	
	background: url('/img/bg/wtfpoll.gif') no-repeat top;
	float: right;
	margin: 165px 17px 0 0;
	height: 18px; 
	width: 290px;
}
	/* Poller title above radio buttons */
.pollerTitle{
	margin-bottom:10px;
	font-weight:bold;
	width: 290px;
}
	/* Label for each radio button */
.pollerOption{
	margin:0 0 2px 7px;
}

.pollerOption label {
	margin-left: 5px;
}
	/* Title of poller - when ajax shows the results */
.result_pollerTitle{
	width: 300px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:0.9em;
}
	/* 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;
}
	
	/* Message when Ajax is working getting restults fromt the server */
.poller_waitMessage{
	display:none;	
}	
	
.result_totalVotes{
	clear:both;
	font-size:0.8em;
	margin-top: 10px;
	font-style:italic;
}
	
img{
	border:0px;
}
	
.poller_question {
	height: 100px;
	width: 290px;
	margin-top: 20px;
}

#mainContent{
	text-align:left;
	padding:10px;
}
	
#pollerFooter {
	text-align: center;
	clear: both;
	width: 290px;
}

#pollVote {
	bottom: 0px;
}
	
.clear{
	clear:both;
}