/*	body{
		font-size:0.8em;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin:0px;
		padding:0px;
		text-align:center;
	}                           	                          */

	.poller{	/* The poller box */
	
		float:left;		
		width:150px;
/*		height:220px;		*/
		padding: 15px;	
		border:1px dotted #777;
		margin: 10px 0;
		background: #000;
	}

	.poller p {
		display: block;
		margin: 0 0 8px 0;
		padding: 0;
	}
	/* Poller title above radio buttons */
	.poller_question {
		margin: 0 0 8px 0;
	}
	.pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		color: #FFFF66;
		font-size: 18px;
		font-family: Myriad Web Pro, Arial, Helvetica;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
		padding-bottom: 16px;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px !important;
		font-size:0.8em;
		clear: both;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin-bottom:15px;
		font-weight:bold;
		font-size:1.1em;
		color: #ffff8f;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
		height: 19px;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:left;
		height:19px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:0.8em;
		line-height:19px;
		margin: 0 0 8px 0;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
	/*	height:19px;*/
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		clear:both;
		font-size:0.8em;
/*		padding-top:10px;*/
		border-top: dashed 1px #444;
		margin-top: 12px;
	}
	#vote_button {
		text-align: center;
		margin-top: 20px;
	}