@charset "UTF-8";
/* CSS Document */
/* Popup CSS */

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