	body{
		margin:0 auto;
		padding:0px;
		text-align:center;
	}
	.poller{	/* The poller box */
		float:left;		
		padding-left:10px;	
		background-image:url(http:/www.ishopd.com/images/question.gif);
		background-repeat:no-repeat;
		background-position: center center;
		margin:0 auto;
		width:265px;
	}
	/* Poller title above radio buttons */
	.pollerTitle{
		margin:0px;
		margin-bottom:10px;
		font-family:verdana,ms sans serif,times new roman,ms sans serif;
		font-size:12px;
		font-weight:bold;
	}
	/* Label for each radio button */
	.pollerOption{
		font-family:verdana,ms sans serif,times new roman,ms sans serif;
		font-size:12px;
		font-weight:normal;
		margin:0px;
		padding:0px;
		margin-top:5px;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		font-family:verdana,ms sans serif,times new roman,ms sans serif;
		font-size:12px;
		font-weight:normal;
		margin:0 auto;
		padding:0px;
		margin-top:5px;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin:0 auto;
		margin-bottom:10px;
		font-family:verdana,ms sans serif,times new roman,ms sans serif;
		font-size:12px;
		font-weight:bold;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
		margin:0 auto;
		padding:0px;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		margin:0 auto;
		padding:0px;
		font-family:verdana,ms sans serif,times new roman,ms sans serif;
		font-size:10px;
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		line-height:16px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		font-family:verdana,ms sans serif,times new roman,ms sans serif;
		font-size:12px;
		font-weight:normal;
		height:16px;
		margin:0 auto;
		padding:0px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	.poller_errorMessage{
		display:none;
		color:red;
	}
	.result_totalVotes{
		font-family:verdana,ms sans serif,times new roman,ms sans serif;
		font-size:11px;
		font-weight:normal;
		clear:both;
		margin-top:10px;
		margin-bottom:10px;
		font-style:italic;
		height:20px;
	}
	img{
		border:0px;
	}
	
	#mainContainer{
		margin:0px;
		padding:0px;
	}

	#mainContent{
		margin:0px;
		padding-left:0px;
	}
	
	.clear{
		clear:both;
	}