<!--

#keyboard_img {
	cursor: pointer;
}
#keyboard {
	width: 308px;
  height: 115px;
  display: none;
  border: 1px solid steelblue;
  padding: 2px;
	text-align: center;
  cursor:default;
}
#internal_keybtext {
  display: none;
  width: 276px;
  height: 20px;
  border: 1px solid steelblue;
  font: 12px/20px Arial;
  color: #000;
  padding: 2px;
  margin: 0 0 5px 0;
}
#showtext2 {
  width: 276px;
  height: 20px;
  border: 1px solid steelblue;
  padding: 2px;
  padding-bottom: 0;
  margin: 0 0 5px 0;
}
.key {
  width: 20px;
  height: 20px;
  font: bold 12px/20px Verdana;
  color: #000;
  text-align: center;
  display: inline-block;
  border: 1px solid steelblue;
  background-color: #EEEEEE;
  cursor: default;
  margin: 0px;
  margin-bottom: 1px;
	cursor: pointer;
}
.frei {
  width: 20px;
  height: 20px;
  font: bold 16px/20px Verdana;
  text-align: center;
  border:1px solid lightsteelblue;
  display: inline-block;
  cursor: default;
  margin: 0px;
  margin-bottom: 1px;
}
#kshift, #kback, #kclose {
	background-color: silver;
}
#kshift {
	background-image: url(../images/toupper.gif);
}
#kclose {
	background-image: url(../images/close.gif);
}

-->
