@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;
top:0px;
background-color:#eeeeee;
width:450px;
height:375px;
z-index: 9002;
}

#popUpDiv2, #popUpDiv3, #popUpDiv4 {
position:absolute;
top:0px;
background-color:#eeeeee;
width:450px;
height:575px;
z-index: 9002;