	img{
		border:none;
	}
	.pollerTitleMod{
		width: 140px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-bottom:3px;
		font-weight:bold;	
	}	
	
	.poller{	/* The poller box */
		width:150px;
		text-align:left;
		margin:0;
		padding:0;
	}
	#poll-table td { padding:1px; }
	.poller p { margin:0; }
	/* Poller title above radio buttons */
	.pollerTitle{
		margin:0px;
		font-weight:bold;
	}
	/* Label for each radio button */
	.pollerOption{
		font-size:11px;
		padding:2px;
		margin:0;
		
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0;
		font-size:11px;
		width:140px;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		width: 140px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:0;
		font-weight:bold;
	}
	
	.result_pollGraph{
		padding-left:0;
	}
	
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:10px;
		line-height:16px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:12px;
		margin-bottom:5px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
		margin:0;
	}	
	
	.result_totalVotes{
		clear:both;
		font-style:italic;
	}

	br{
		line-height:0px;
		margin:0;
		padding:0;
	}
	.poller span { margin-bottom:5px; }
	.submit { text-decoration:underline; font-weight:bold; text-transform:uppercase; color:#a80010; font-size:11px; line-height:24px; }
	
	
	
