#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
height:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:600px;
height:400px;
z-index: 9002;
top:150px;
left:100px;
}
