@charset "utf-8";

#blanket {
	background-color:#111;
	opacity: 0.35;
	
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	/*width:100%;
	height:100%;*/
	/*
	filter: Alpha(Opacity="35");
		
	*/
	filter:progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=35,finishOpacity=75);


	width:1004px;
	height:1324px;

}
#popUpDiv {
	position:absolute;
	background-color: none;
	text-align: right;
	width:730px; /* = the width of popup image*/
	height:318px; /*Must add 23px for close button to the height of the popup image*/
	z-index: 9002;
}

