	img{
		border:0px;
	}
	.check{
		BORDER:0px;  
		FONT: 12px Tahoma; 
	}
	#mainContainer{
		padding:0 10px 0 0;
		margin:0 auto;
		direction:rtl;
		height:160px;
		text-align:right;
	}
	#mainContent{
		padding:0px;
	}
	.poller{	/* The poller box */
		float:right;		
		width:146px;
		background-repeat:no-repeat;
		background-position: center center;
		margin-bottom:0px;
	}
	/* Poller title above radio buttons */
	.pollerTitle{
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#466192;
		line-height:20px;
		font-weight:bold;
		padding-right:0px;	
	}
	/* Label for each radio button */
	.pollerOption{
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#466192;
		line-height:14px;
		margin:0px;
	}
	#button_vote{
	padding-top:0px;
	padding-bottom:0px;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#466192;
		line-height:14px;
		margin:0px;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#466192;
		line-height:14px;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:right;
		margin-top:19px;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		text-align:center;
		float:right;
		background-repeat:repeat-x;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:0.8em;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		padding-right:1px;
		height:20px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
  	  	direction:rtl;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#00779f;
		text-align:center;		
		margin-top:95px;
		display:none;	
	}	
	
	.result_totalVotes{
		width:145px;
		text-align:center;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#96b4ba;
		line-height:20px;
		padding-top:10px;
	}
