﻿.ixwarekeyboard {
  position: fixed;
  width: 100%;
  height: 270px;
  background-color: #d9d9d9;
  left: 0px;
  bottom: 1px;
  z-index: 3900;
}
.manualkeyboard {
  position: fixed;
  left: 280px;
  bottom: 1px;
  width: 480px;
  height: 270px;
  background-color: #d9d9d9;
}

.keyboardrow {
  height: 30px;
}
.keyboardcell {
  width: 50px;
  font-size: 20px;
}

.keyboardbutton.backspace {
  background-image: url("../images/backspace.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
