	.numvote{

   font-family: traditional arabic;
 font: bold 11px ;

	color: White;

}

	.poller{	/* The poller box */







	}

	/* Poller title above radio buttons */

	.pollerTitle{

		margin-bottom:3px;

		font-weight:bold;

  font-family: traditional arabic;

	font-size: 12pt;

	}

	/* Label for each radio button */

	.pollerOption{

	margin:0px;

	font-family: traditional arabic;

	font-size: 12pt;

	}

	/* Label for each option above graph - i.e. results */

	.result_pollerOption{

	margin: 0px;

 font-weight:bold;
font-family: traditional arabic;

	font-size: 12pt;

}

	/* Title of poller - when ajax shows the results */

	.result_pollerTitle{

		margin-bottom:3px;

		font-weight:bold;

		font-size:13pt;
  font-family:traditional arabic;



	}



	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */

	.result_pollGraph img{
     font-weight:bold;

		float:left;



	}

	/* The <div> tag where the percentage result is shown */

	.result_pollGraph div{

		float:left;

		height:16px;
  font-weight:bold;

		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{
     font-weight:bold;

		height:16px;

	}



	/* Message when Ajax is working getting restults fromt the server */

	.poller_waitMessage{

		display:none;

 font-family: traditional arabic;

	font-size: 12pt;

	}



	.result_totalVotes{

		clear:both;

  font-weight:bold;
		font-size:7pt;

		margin-top:10px;



font-family: traditional arabic;

	font-size: 12pt;

	}

