#blanket{
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv{
	position:absolute;
	background-color:none;
	width:300px;
	height:300px;
	z-index: 9002;
}

#poll_question_header{
	background-image: url("/polls/rounded_header.png");
	height: 20px;
}

#poll_question{
	width:300px;
}

#poll_question_footer{
	background-image: url("/polls/rounded_footer.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{
	margin: 0px;
}

#popUpDiv a{
	background-color: white;
}