@charset "utf-8";
.anket_paneli {	/* The poller box */
	background-image:url(../images/anket/question.gif);
	background-repeat:no-repeat;
	background-position: center center;
	/*height:220px;		*/
	margin:5px;
	text-align:left;
}
/* Poller title above radio buttons */
.anket_baslik {
	margin-bottom:5px;
	font-weight:bold;
}
/* Label for each radio button */
.anket_secenek {
	margin:0px;
}
/* Label for each option above graph - i.e. results */
.sonuclar_anket_secenek{
	margin:0px;
	font-size:8pt;
}
/* Title of poller - when ajax shows the results ç*/
.sonuclar_anket_baslik{
	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 */
.sonuclar_oylama_grafigi img{
	float:left;
}
/* The <div> tag where the percentage result is shown */
.sonuclar_oylama_grafigi 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 */
.sonuclar_oylama_grafigi{	
	height:16px;
	text-align:center;
}

/* Message when Ajax is working getting restults fromt the server */
.anket_bekleme_mesaji{
	display:none;	
}	

.sonuclar_toplam_oylama{
	/*clear:both;*/
	font-size:8pt;
	margin-top:10px;
	font-style:italic;
}
