/* 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;
  border:1px solid #009900;
  padding:0px;
  margin:5px;
left:-100px;
top:30px;
z-index:2;
}


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

}

/* keymap switching button
   position set relatively to the keymap */
#keymapswitcher {

position:absolute;
left:-22px;
top:38px;
z-index:3;




}

#keymapswitcher img {
  border:0;
}