#sag .anket{
margin:0 auto 10px 0;
background-color:#FF0000;
padding:0;
border:#FF00ff solid 1px;}

.anket{
padding:5px;
background-color:#FFFFFF;
margin:1px 1px 1px 1px;
display:inline-table;
}

/* anket title above radio buttons */
.anketbaslik{
padding-bottom:10px;
font-weight:bold;
color:#FF0000;
font-size:12px;
}
/* Label for each radio button */
.anketOption{
margin:0px;
font-size:12px;
}
/* Label for each option above graph - i.e. results */
.result_anketOption{
margin:0px;
font-size:12px;
}
/* Title of anket - when ajax shows the results */
.result_anketbaslik{
padding-bottom:10px;
font-weight:bold;
font-size:12px;
}
/* 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;
}
/* The <div> tag where the percentage result is shown */
.result_pollGraph div{
float:left;
margin:0;
height:16px;
background-repeat:repeat-x;
color:#FFF;
font-size:10px;
line-height:13px;
}
/* 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 */
.anket_waitMessage{
display:none;
color:#FF0000;
}	

.result_totalVotes{
clear:both;
color:#FF0000;
font-size:12px;
margin-top:1px 0 1px 0;
font-style:italic;
height:20px;
}

