@charset "utf-8";
/* CSS Document */

#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 : #eeeeee;
	width		 : 0px;
	height		 : 0px;
	z-index		 : 9002;
}
