.keyboard{
  position: absolute;
  padding: 1px;
  background-color: threedface;
  border-top: 1px solid threedhighlight;
  border-left: 1px solid threedhighlight;
  border-right: 1px solid threedshadow;
  border-bottom: 1px solid threedshadow;
}
.keyboard br{
  line-height: 40px;
}

.keyboardtop{
  background-color: ActiveCaption;
  cursor: default;
}

.keyboardtop table tr th{
  padding: 0px 10px;
  font-size: 14pt;
  line-height: 25px;
  text-align: right;
  color: CaptionText;
  font-weight: normal;
}

.keyboardtop table tr th.en{
  font-size: 10pt;
  text-align: left;
  width: 384px;
}

.keyboard table.keys {
  float:left;
  height: 40px;
  border-top: 1px solid threedhighlight;
  border-left: 1px solid threedhighlight;
  border-right: 1px solid threedshadow;
  border-bottom: 1px solid threedshadow;
}

.keyboard table.keys tr th{
  vertical-align: top;
  color: threedshadow;
  font-family: times;
  font-size: 8pt; 
  font-weight: normal;
  cursor: default;
}

.keyboard table.keys tr td{
  text-align: right;
  color: black;
  font-family: arial;
  font-size: 12pt;
  line-height: 19px;
  font-weight: bold;
  padding:0px 5px 0px 1px; 
  cursor: default;
}


