.poll_question_header{
	background-image: url("/polls/rounded_header_blue.png");
	height: 20px;
}
.poll_question{
	width:300px;
}
.poll_question_footer{
	background-image: url("/polls/rounded_footer_blue.png");
	background-position: bottom;
	height: 7px;
}
.poll_question_content{
	border-left: 3px solid #20487b;
	border-right: 3px solid #20487b;
	padding-left:3px;
	background-color:#B9C8E1;
}
.poll_question_content h2{
	padding-top: 3px;
	margin: 0px;
}
.poll_question_content ul{
	margin: 0px;
	padding: 5px;
}
.perc_display{
	float:left;
	margin-left: 10px;
}

.zebra .poll_question_header{
	background-image: url("/polls/rounded_header_green.png");
	height: 20px;
}
.zebra .poll_question{
	width: 300px;
}
.zebra .poll_question_footer{
	background-image: url("/polls/rounded_footer_green.png");
	background-position: bottom;
	height: 7px;
}
.zebra .poll_question_content{
	border-left: 3px solid #2F852C;
	border-right: 3px solid #2F852C;
	padding-left: 3px;
	background-color: #D6E2A6;
}

.spacer{
	height: 20px;
}