	* {padding:0px; margin:0px;}
	
	img {border:0px;}
	
	.poller{	/* The poller box */	
	    position:relative;
		width:314px;
		height:447px;		
		padding:30px 25px 35px 20px;	
		background-image:url(../images/bg_poll.png);
		background-repeat:no-repeat;
		background-position: center center;
		margin:10px 60px 10px 60px;
		
	}
	
	
	
	/* Poller title above radio buttons */
	.pollerTitle{
		text-indent:-9999px; 
		background: url(../images/bg_title.png) no-repeat center center;
		margin-bottom:5px;
		font-weight:bold;
		width:340px; 
		height:52px; 
		behavior: url(/css/iepngfix/iepngfix.htc);
		
	}
	/* Label for each radio button */
	.pollerOption{
		color:white;
		font-size:1.1em;
		font-weight:bold;
		margin:10px 0 2px;
	}
	
	.pollerOption input{
		margin-right:20px;
		
	}
	
	.pollerOption label {
		font-size:1.2em;
	}
	
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		color:white;
		font-size:1.1em;
		font-weight:bold;
		margin:10px 0 2px;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		text-indent:-9999px; 
		background: url(../images/bg_title.png) no-repeat center center;
		margin-bottom:5px;
		font-weight:bold;
		font-size:0.9em;
		width:340px; 
		height:52px; 
		behavior: url(/css/iepngfix/iepngfix.htc);
	}


	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
		behavior: url(/css/iepngfix/iepngfix.htc);
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		background-repeat:repeat-x;
		color:black;
		float:left;
		font-size:0.9em;
		font-weight:bold;
		height:30px;
		line-height:30px;
		padding-left:3px;
		
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:30px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{		
			clear:both;
			color:#3F3F3F;
			font-size:1.2em;
			font-weight:bold;
			margin-top:40px;
			position:absolute;
			}
	
	a#vote_buttom 
	{ 
			display:block;
			width:128px;
			height:128px;
			background:url(../images/vote.png) no-repeat center center;
			text-indent: -9999px;
			behavior: url(/css/iepngfix/iepngfix.htc);
	}
			
			
			

