#blanket {
background-color:#111;
opacity: 0.50;
filter:alpha(opacity=50);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#fff;
width:490px;
height:380px;
z-index: 9002;
border : 1px solid #000 ; 
}

#close_button {
background: url('/coop/images/btn_close_sprite.gif') no-repeat;
background-position: -24px 0px;
outline:0; -moz-outline:none; 
width:24px;
height:24px;
margin:0;   
padding:0;   
float:right;
}

#close_button li span { display: none; }

#close_button li { float:left; list-style:none; position:relative; }   
  
#close_button li, #close_button a {   
height:24px;    /* Each button must have the same height, define it here */  
width:24px;
display:block;   
margin:0;   
padding:0;   
}

#close a:active {
background: url('/coop/images/btn_close_sprite.gif') 0px 0px no-repeat;
outline:0; -moz-outline:none; 
}

#topbar {
height:24px;
background-color: #aaa;
border-bottom : 1px solid #000 ; 
}

#topbar-text {
text-align: center;
position: absolute;
width: 400px;
top: 5px;
}

#popup-content {
padding-left: 10px;
position: relative;
top: 10px;
}

.popup-options
{
display:none;
}

#popup-continue
{
position: absolute;
width:490px;
bottom: 10px;
}