html {
  height:   100%;
  width:    100%;
  overflow: hidden;
}

body {
  height:  100%;
  width:   100%;
  margin:  0;
  padding: 0;
}

form {
  display: inline;
}

#map_canvas {
  height:  100%;
}

#menu {
  position:         absolute;
  top:              0px;
  right:            0px;
  width:            200px;
  height:           100%;
  background-color: rgb(255, 250, 205);
  background-image: none;
}

#btnClearMarer {
  position: absolute;
  top:      10px;
  left:     10px;
}

#txtGetPositions {
  position: absolute;
  top:      60px;
  left:     10px;
  width:    175px;
}

#btnEnter {
  position: absolute;
  top:      210px;
  left:     10px;
}

#txtAttention {
  position: absolute;
  top:      235px;
  left:     10px;
}
