/* ######################### poll styles #################### */
/* top positions are = (top edge of the png - 600) */
/* question top values are as above, but with 150px added */
#poll1-1 { z-index: 100; left: 562px; } 						/* target top: -271px; */
#poll1-2 { z-index: 101; left: 433px; } 						/* target top: -339px; */
#poll1-3 { z-index: 103; left: 477px; } 						/* target top: -437px; */
#poll1-4 { z-index: 102; left: 602px; } 						/* target top: -410px; */
#poll1-question { z-index: 100; left: 213px; width: 240px; }	/* target top: -253px; */
#poll1-vote { 
	position: absolute;
	top: 460px;
	left: 523px;
}

#poll-email {
	position: absolute;
	top: 474px;
	left: 200px;
	width: 280px;
	height: 18px;
}

.pollItemBig { height: 150px; }

#poll1-answer1-container { top: 437px; left: 670px; }
#poll1-answer2-container { top: 431px; left: 460px; }
#poll1-answer3-container { top: 165px; left: 595px; }
#poll1-answer4-container { top: 340px; left: 670px; }

#poll1-mailingList-container { 
	top: 510px; 
	left: 196px;
	width: 280px;
}
#poll1-mailingList-container.pollAnswer-container label {
	width: 200px;
	font-weight: bold;
}

#poll_emailError {
	top: 424px;
	left: 170px;
}

