#GoogleMapContainer
{
  width: 400px;
  height: 400px;
  border: 2px #999999 solid;
  z-index: 10000;
  position: absolute;
  background: #fff;
  display: none;
  padding: 10px 10px 40px 10px;
}

#GoogleMapHolder
{
  width:400px;
  height:400px;
}

#GoogleMapClose 
{
  text-align:center;
  clear:both;
  float:right;
  width:30px;
  height:30px;
  padding-top:3px;
  cursor:pointer;
  background: url("close.gif") top left no-repeat;
}

