div#map{
  width:720px; 
  height:720px; 
  background-color:#FFFFFF; 
  position:absolute; 
  z-index:500; 
  top:-20px;
  display:none;
  border:1px solid #999999;
  left: 0px;
}
.dropshadow{
  background  : url(/images/shadow.png) no-repeat bottom right;
  width       : 720px;
  margin      : 0px;
  padding     : 0px;
}
.innerbox{
  border      : 1px solid #999999;
  width       : 720px;
  position    : relative;
  bottom      : 6px;
  right       : 7px;
  margin      : 0px;
  padding     : 0px;
}