/* CSS Document */

#cover {

border:none;
display:none;
position:absolute;
left:0px;
top:0px;
right:0px;
width:100%;
height:100%;
background: #999999;
filter:alpha(Opacity=50);
opacity:.5;
-moz-opacity:0.5;
-khtml-opacity:0.5;
  
}
#dialog {
display: none;
left:370px;
top:70px;
width:550px;
height:550px;
position: absolute; 
z-index:100;
background:   #FFFFFF;
padding:2px;
font:10pt tahoma;
border-color: #009900; 
border-width: thick;
border-style:solid;   
} 

img#close {
  cursor: pointer;
  position:absolute;
  top:5px;
  right:5px;
  height:15px;
  border-color: #009900; 



