
#blanket {
   background-color:#111;
   opacity: 0.65;
   filter:alpha(opacity=65);
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}

	Div.popUpDiv {
		position:absolute;
		background-color:#eeeeee;
				width:310px;
		height:400px;
		top:140px;
left:250px;
		z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	}
	-->

<!--[if gte IE 5]> <style type="text/css"> #blanket {filter:alpha(opacity=65);}</style><![endif]-->

