.poller{	/* The poller box */	
	margin:0;
	padding-top: 5px;
	background: url('images/felso_iv_kicsi.jpg') no-repeat;; padding-left:0; padding-right:0; padding-bottom:0
}
/* Poller title above radio buttons */
.pollerTitle{
	padding: 0 10px 2px 15px;
	background: url('images/sotet_bg.jpg') repeat-y;
	font-size: 11px;
	color: white
}
/* Label for each radio button */
.pollerOption{
	margin:0px;
	padding-left:10px;
}
/* Label for each option above graph - i.e. results */
.result_pollerOption{
	margin:0px;
	margin-left:10px;
	font-size:0.8em;
	color: black;
	font-weight: bold;
}
/* Title of poller - when ajax shows the results */
.result_pollerTitle{
	padding: 0 10px 2px 15px;
	background: url('images/sotet_bg.jpg') repeat-y;
	font-size: 11px;
	line-height: 12px;
	color: white
}
/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
.result_pollGraph img{
	float:left;
	margin:0;
	padding:0;
}
/* 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;
	margin:0 !important;
	margin:0 -3px;
	padding:0;
}
/* Graph div - parent of both the corner images and the div displaying percentage votes */
.result_pollGraph{	
	height:16px;
	margin-left:10px;
}

/* Message when Ajax is working getting restults fromt the server */
.poller_waitMessage{
	display:none;	
}	

.result_totalVotes{
	font-size:0.8em;
	margin:0;
	padding:5px 0 5px 15px;
	font-weight: bold;
	color: black;
}

.poller_question, .poller_results{
	/*color: white;*/
	font-size:12px;
	background: url('images/vilagos_bg.jpg') repeat-y;
}


