
	.result_totalVotes button{
float:right;
}
	.result_pollGraph img{
		float:left;
height:11px;
padding:0px;
margin:0px;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:left;
		height:11px;
		background-repeat:repeat-x;
		color:#FFF;
             font-size:9px;
	}
	.result_pollGraph img{
       border:0px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:11px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}
	.yachejka {
       padding:5px 0px 5px 5px;
       margin:0px;
	border-bottom: 1px solid #eeede4;
	}	
	.textoption {
       padding:0px 0px 2px 0px;
	}
