/* key map holder
   position set relatively to the main map */
#keymapContainer {
  position: absolute;
  visibility: hidden;
  z-index:2; /* Safari Mac needed */
}

/* keymap image */
#floatkeymap {
  position:absolute;
  top: 3px;
  right: 3px;
  border:1px solid #555;
  padding:0;
  margin:0;
}

#floatkeymap input {
  margin: 0;
  padding: 0;
}

/* keymap switching button
   position set relatively to the keymap */
#keymapswitcher {
  position:absolute;
  top: 3px;
  right: 3px;
}

#keymapswitcher img {
  border:0;
}