* {
padding:0;
margin:0;
}
#dark {  
display:none;  
background:url('/publisher_4/WSA/system_images/transpBlack75.png');
position:absolute;  
top:0px;  
left:0px;  
min-width:100%;  
min-height:100%;  
height: 100%;
z-index:1000;  
} 

#window {  
display:none;  
position:absolute;  
top:65px;  
left:40%;
margin-left:-205px;
width:700px; 
height:530px;
background:#FFFFFF;  
padding:10px;  
border:2px solid #CCCCCC;  
z-index:1001;  
}  


#window-inside {
overflow:auto;
height:480px;
text-align: left;
}



#top_line {
height:23px;
text-align: left;
cursor:move;
}


#move-it {
cursor:move;
height:20px;
background:gray;
color:white;
}


