/* 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: 7px;
  right: 7px;
  padding:0;
  margin:0;
}

#floatkeymap input {
  margin: 0;
  padding: 0;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  /*border:1px solid #000000;*/
}

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