
	.poller{	/* The poller box */
		width:200px;
		height:100px;				
		background-repeat:no-repeat;
	}
	/* Poller title above radio buttons */
	.pollerTitle{
                            
		font-family:tahoma;
		font-size:11px;
		color: #000;
		text-align:right;
		font-weight:bold
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
		text-align:right;
		direction:rtl;
		font-family:tahoma;
		padding:3px;
		font-size:12px;
		color:#36C
		
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		text-align:right;
		direction:rtl;
		font-family:tahoma;
		padding:3px;
		font-size:12px;
		color:#36C;

	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		font-family:tahoma;
		font-size:11px;
		color:#000;
		text-align:right;
		font-weight:bold
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:right;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:right;
		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;
		direction:rtl;
		text-align:right;
		font-family:tahoma;
		color:#993300
	}	
	
	.result_totalVotes{
		clear:both;
		margin:0px;
		text-align:left;
		direction:rtl;
		font-family:tahoma;
		padding:3px;
		font-size:9px;
		color: #990000;
		font-weight:bold;
		color: #666666
	}