

  #asd {color:;}
	.poller{	/* The poller box */

		float:right;
		width:150px;
		height:220px;
		padding:15px;
		border:3px double #317082;
		background-image:url(images/question.gif);
		background-repeat:no-repeat;
		background-position: center center;
		margin:10px;
	}
	/* Poller title above radio buttons */
	.mainopros{padding:10px}
	
	
	.pollerTitle{
		margin:5px 5px 10px 5px;
		font-size:12px;
		font-weight:bold;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
		font-size:11px;
	}
	
	

	
	
	
	.result_pollerOption{
		margin:0px;
  font-size:11px;
	}
	
	
	
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		font-weight:normal;
		font-size:12px;
	}

	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:left;
		height:16px;
		color:white;
		font-size:12px;
		font-weight:bold;
		margin:0 0 8px 0;
		
	}
	
		.result_pollGraph{
		margin:0 0 8px 0;
		padding:2px; height:16px;
	}


	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;
	}



.type_button{margin:15px 0 0 0}

