div.regionmap {
  width:               100%;
  overflow:            hidden;
  background-color:    #ffffff;
}

div.regionmap div.map, div.regionmap div.suburbs {
  width:               388px;
  height:              400px;
  overflow:            hidden;
  text-align:          left;
}

div.regionmap div.suburbs select {
  width:               350px;
}

div.regionmap div.alternatives {
  width:               100%;
  overflow:            hidden;
  font-size:           12px;
  text-align:          left;
  padding-left:        30px;
}

div.regionmap div.alternatives select {
  width:               200px;
  margin:              5px 0 5px 0;
}

div.searchmap {
  width:               388px;
  height:              400px;
  overflow:            hidden;
  position:            relative;
}


div.searchmap a {
  display:             block;
  overflow:            visible;
  position:            absolute;
}

div.searchmap a.mapinactive, div.searchmap a.mapinactive:visited, div.searchmap a.mapinactive:hover, div.searchmap a.mapinactive:active {
  color:               #afb4d1;
  text-decoration:     none;
}