
div#mapscontainer {
  
}

div#map {
  width: 100%;
  height: 500px;
  border: 2px solid #d3dddf;
}

#mapsearch {
  position: relative;
  height: 45px;
}

#mapsearch #searchtext {
  float: left;
  width: 160px;
  margin: 13px 0;
  font-weight: bold;
}

#mapsearch #mapsearchform_search {
  position: absolute;
  top: 10px;  
  left: 160px;
  width: 200px;
}

#mapsearch input#mapsearchbutton {
  position: absolute;
  top: 10px;  
  left: 370px;
}

