body{
width:100%;
height:100%;
}

#mask
{
  width:100%; 
  height:100px; 
  position:absolute; 
  z-index:1; 
  top:0xp; 
  left:0px;
  background: transparent;   
  display:none; 
}

#mask img
{
-moz-opacity: 0.5; 
filter: alpha(opacity=50); 
opacity:0.5;
height:100%; 
width:100%; 
border: none;
}

#popup
{
   position:absolute; 
   background-color:transparent;  
   width:800px;
   height:364px;
   margin-top:2%; 
   z-index:200; 
   overflow:auto; 
   display:none;
  background-image:url("../images/helloroam_window_bg.jpg");

}

#popup: first-child 
{
width:100%; 
overflow:auto; 
margin-top:5px;

}

#pin_pic
{
  float:right; 
  margin-top:-1px; 
  height:25px;
  border:none;
}

#content
{
text-align:left; 
 
clear:both; 
overflow:auto; 

color:white;
}

#close
{
 text-align:center; 
 width:100%; 
 overflow:auto;
 clear:both;
}

#close img
{
  float:right;
  border:none;
}