/*	body{
		font-size:0.8em;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin:0px;
		padding:0px;
		text-align:center;
		background-color:#E2EBED;
	}*/
	
	#poller{	/* The poller box */
	
/* 		float:right;		 */
		width: 180px;
/* 		height: 190px;		 */
/* 		padding:15px;	 */
/* 		border:3px double #317082; */
/* 		background-image:url(/moldavians/gfx/images/question.gif); */
		background-repeat:no-repeat;
		background-position: center center;
/* 		margin: 10px; */
		padding-top: 0px;
		margin-top: 0px;
		font: normal 10px verdana;
	}
	/* Poller title above radio buttons */
	#poller .pollerTitle{
		font-weight:bold;
		margin: 5px 0px;
		font-size: 11px;
		margin-top: 10px;
	}
	
	/* Label for each radio button */
	#poller div.pollerOption{
		margin:0px;
		text-align: left;
		margin-left: 40px;
/* 		padding: 20px; */
	}
	/* Label for each option above graph - i.e. results */
	#poller div.result_pollerOption{
		margin:0px;
		text-align: left;
/* 		margin-left: 40px; */
		font-size: 10px;
		display: block;
		width: 100%;
		margin-left: 11px;
		text-align: left;
		clear: both;
	}
	/* Title of poller - when ajax shows the results */
	#poller .result_pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		font-size: 11px;
		margin-top: 10px;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	#poller .result_pollGraph img{
		float:left;
	}
	/* The <div> tag where the percentage result is shown */
	#poller .result_pollGraph div{
		float:left;
		height:19px;
		background-repeat:repeat-x;
		color:#5C5C5C;
		font-size: 10px;
		font-family: verdana;
		line-height:19px;
/* 		border: 1px solid red; */
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	#poller .result_pollGraph{
		height:16px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	#poller .poller_waitMessage{
		display:none;	
	}	
	
	#poller div.result_totalVotes{
		display: block;
/* 		border: 1px solid red; */
/* 		clear:both; */
		text-align: center;
		font-size: 11px;
		margin-top: 20px;
		font-style:italic;
		font-weight: bold;
		color: #000;
/* 		padding-bottom: 10px; */
/* 		width: 100%; */
/* 		border-top: 1px solid #B4B4B4; */
/* 		margin-right: 10px; */
	}