@charset "utf-8";

#blanket {
	background-color:#111;
	opacity: 0.35;
	filter:alpha(opacity=35);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
#popUpDiv {
	position:absolute;
	background-color: none;
	text-align: right;
	width:410px; /* = the width of popup image*/
	height:318px; /*Must add 23px for close button to the height of the popup image*/
	z-index: 9002;
}