@charset "utf-8";
	
	.poller{	/* The poller box */
	
		width:200px;
		padding:15px;	
		border:3px double #317082;
		background: #FFF url(../images/question.gif) no-repeat center center;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:10px 0 0 0;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:5px 0 0 0;
		font:bold 12px Tahoma;
		color:#5B5B5B;
		position:relative;
		float:left;
		width:100%;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin:0 0 5px;
		font-weight:bold;
		font-size:14px;
		color:#DC6800;
		position:relative;
		float:left;
		width:100%;
	}
 .pollerTitle{
		margin:0 0 5px;
		font-weight:bold;
		font-size:14px;
		color:#DC6800;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		position:relative;
		float:left;
		width:5px;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		position:relative;
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:0.9em;
		line-height:16px;
		width:auto;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:20px;
		position:relative;
		float:left;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		font:12px Tahoma;
		color:#B4B3B3;
		margin:10px 0 0px;
		position:relative;
		float:left;
		width:100%;
	}
