


.poller
{
width: 90px;
height: 168px;
padding: 20px 23px;
position: absolute;
text-align: center;
top: 100px;
left: 280px;
background: url(http://www.wendysboutique.co.nz/images/templates/poll_bg.png) no-repeat top left;
}

a.voteButton
{
position: absolute;
top: 145px;
left: 27px;
width: 81px;
height: 71px;
overflow: hidden;
}

a.voteButton img
{
position: absolute;
top: -71px;
left: 0;
width: 81px;
height: 142px;
}

a.voteButton img:hover
{
position: absolute;
top: 0px;
left: 0;
width: 81px;
height: 142px;
}



	/* Poller title above radio buttons */
	.pollerTitle{
display: none;
		margin-bottom:5px;
		font-weight:bold;
        color:#591800;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
display: none;
		margin:0px;
		font-size:0.8em;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{

display: none;
		margin-bottom:5px;
		font-weight:bold;
		/* font-size:0.9em;*/
        color:#591800;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{

display: none;
		float:left;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{

display: none;
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:0.9em;
		line-height:16px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{

display: none;
		height:16px;
	}

	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;
	}

	.result_totalVotes{
display: none;
		clear:both;
		font-size:0.8em;
		padding-top:15px;
		margin-top:10px;
		font-style:italic;
	}


.poller_results div
{
width: 90px;
height: 168px;
padding: 20px 23px;
margin: -20px 0px 0px -23px;
background: url(http://www.wendysboutique.co.nz/images/templates/poll_bg_result.png) no-repeat top left;
}

.poller_results div p
{
display: none;
}
