#which-smartphone-do-you {
	background: url('../images-redesign/header_poll.gif') top left no-repeat;
	padding-top:35px;
}
#which-smartphone-do-you LEGEND {
	color:black;
	padding:5px;
}
#which-smartphone-do-you LABEL SPAN{
	visibility: hidden;
}
#which-smartphone-do-you LABEL{
	display: block;
	height:105px;	
}
#which-smartphone-do-you #LI1 {
	background: url('../images-redesign/phone_iphone.gif') top left no-repeat;
	width:45px;
	margin:0 4px;
}
#which-smartphone-do-you #LI2 {
	background: url('../images-redesign/phone_blackberry.gif') top left no-repeat;
	width:55px;
	margin:0 7px;
}
#which-smartphone-do-you #LI3 {
	background: url('../images-redesign/phone_palm.gif') top left no-repeat;
	width:46px;
	margin:0 7px;
}
#which-smartphone-do-you #LI4 {
	background: url('../images-redesign/phone_android.gif') top left no-repeat;
	width:44px;
	margin:0 7px;
}
/* MSIE needs more space to work */
* html #which-smartphone-do-you #LI1, * html #which-smartphone-do-you #LI2, * html #which-smartphone-do-you #LI3, * html #which-smartphone-do-you #LI4 {
	margin:0 6px;
} 
#which-smartphone-do-you LI {
	text-align: center;
}
#which-smartphone-do-you .submit {
	padding:5px;
	text-align: center;
}
.PollResults H1 {
	font-size:14px;
}
