.blanket {
	background-color:#000000;
	opacity: 0.45;
	filter:alpha(opacity=45);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:2005px;	 
}
.popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:400px;
	height:300px;
	z-index: 9002;
	
}

