#blanket {
	background-color: #000000;
	opacity: 0.87;
	filter: alpha(opacity = 87);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9001;
}

#popUpDiv {
	position: absolute;
	background-color: #ffffff;
	width: 640px;
	min-height: 500px;
	z-index: 9002;
}