	
	.poller{	/* The poller box */
	
		float:right;		
		width:180px;
		border:0px double #317082;
		/*background-image:url(poll/images/question.gif);*/
		background-repeat:no-repeat;
		background-position: center center;
		/*background-color:#C9E3EA;		*/
		padding-bottom:50px;
		
	}
	.poller_results
	{
		overflow:visible;
		padding-bottom:40px;
	}
	
	
	.pollerDiv
  {	/* The poller div */
	
		float:right;		
		width:180px;
		/*height:380px;*/		
		padding:0px;	
		border:0px double #317082;
		background-image:url(poll/images/question.gif);
		background-repeat:no-repeat;
		background-position: center center;
		margin-top:0px;
		padding-left:10px;
		background-color:#C9E3EA;	
		text-align:left;
	}
	
	
	/* Label for each radio button */
	.pollerOption{
		margin:2px;
		
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		font-size:1em;
		padding-top:3px;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
	/*
  	margin-bottom:5px;
		font-weight:bold;
		font-size:0.9em;
		*/
		color:#00708c;
    font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
		
		
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
		display:block;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:left;
		/*height:16px;*/
		background-repeat:repeat-x;
		color:#FFF;
		font-size:0.9em;
		line-height:16px;
		display: block;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:16px;
		display:block;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		font-size:1em;
		margin-top:10px;
		padding-top:5px;
		overflow: visible;
		padding-top: 10px;
	}
	
		
	#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
		overflow: visible;
		
	}

	#mainContent{
		padding:10px;
		overflow:visible;
	}
	
	.clear{
		clear:both;
	}
	
	
	
	
