#map 
{ 
	border: 1px solid black; 
	position:absolute;
	top:75px;
	left:10px;
	width:100%;
	height:100%; 
	z-index:1; 
}   


#landmarkdiv
{
	z-index:2;  
}

#landmarkscroll
{
  position: absolute;
  top:75px;
  left:310px;
  visibility: hidden;
  background-color: white;
  z-index: 2;    
  width: 0px;
  height: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto; 
}

#landmarkresult table
{
  font-family:verdana;
  font-size:7pt;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px; 
  z-index: 2; 
}

#landmarkprogspin
{
  position: absolute;
  top:75px;  
  left:310px;
  visibility: hidden;
  z-index: 2;    
}

#layerdiv
{
	z-index:2;  
}

#layerscroll
{
  visibility: hidden;
  background-color: white;
  z-index: 2;    
  width: 250px;
  height: 200px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto; 
}


