

	/* Poller title above radio buttons */
	.pollerTitle{
	font-family: arial;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
	width:200px;
	}
	/* Label for each radio button */
	.pollerOption{
		 margin:0px;
		 font-size: 12px;
		 margin: 0 0 0 13px;
		 color:#535353;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		font-size:0.8em;
		padding-left: 9px;
  		padding-top: 13px;/*5px*/
		color:#535353;
		
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
	  font-size: 12px;
    font-weight: bold;
    margin: 12px 0 0 9px;
	}
	/* 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.8em;
		line-height:16px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		/*height:16px;*/
		 float: left;
    height: 16px;
    margin: -15px 0 9px;
    padding: 0 0;
    width: 149px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
		font-size:12px;
		margin-top:50px;
		margin-left:11px;
		color:#535353;
	}	
	
	.result_totalVotes{
		clear:both;
		font-size:0.8em;
		margin-top:10px;
		margin-left: 9px;
		font-style:italic;
		color:#535353;
	}
	
	.submit_but {
    padding: 5px 0 0 16px;
	margin:0 138px 0 0 ;
	border:none;
  }
  
/* Customize code */
.poller_results{margin:0 10px 0 2px;}
.poller_question{margin:9px 10px 0px;height:160px;width:210px;overflow:auto;}