#mapdiv {
  width: 100%; 
  background-color:gray; 
  height: 600px;
}

#controls {
  position: absolute;
  top: 9px;
  left: 290px;
  background: lightgray;
}

#controls input {
  padding: 5px;
}