@charset "UTF-8";
.btn {
  border: 1px gray solid;
  background-color: #336699;
  text-align: center;
  color: #ffffff;
  margin-top: 1px;
  margin-left: 0px;
  margin-bottom: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 16px;
  width: 70px;
  cursor: pointer;
}

.delBtn {
  border: 1px gray solid;
  background-color: #336699;
  text-align: center;
  color: #ffffff;
  margin-top: 1px;
  margin-left: 0px;
  margin-bottom: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 16px;
  width: 100px;
  cursor: pointer;
}

.btn,
.delBtn {
  min-height: 34px;
  margin-top: -11px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 34px;
  box-shadow: 0 -2px 0 #00745e inset;
  border: 1px solid #186886;
  border: none;
  border-radius: 4px;
  background: #029a7d;
  background: -moz-linear-gradient(top, #01a989 0%, #029a7d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #01a989), color-stop(100%, #029a7d));
  background: -webkit-linear-gradient(top, #01a989 0%, #029a7d 100%);
  background: -ms-linear-gradient(top, #01a989 0%, #029a7d 100%);
  background: linear-gradient(to bottom, #01a989 0%, #029a7d 100%);
}

.btn:hover, .btn:focus, .btn:active,
.delBtn:hover,
.delBtn:focus,
.delBtn:active {
  box-shadow: 0 -1px 0 #00745e inset;
  background: #01a989;
  background: -moz-linear-gradient(top, #029a7d 0%, #01a989 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #029a7d), color-stop(100%, #01a989));
  background: -webkit-linear-gradient(top, #029a7d 0%, #01a989 100%);
  background: -ms-linear-gradient(top, #029a7d 0%, #01a989 100%);
  background: linear-gradient(to bottom, #029a7d 0%, #01a989 100%);
}

.key {
  line-height: 24px;
  border: 1px gray solid;
  background-color: #efefef;
  text-align: center;
  color: #353535;
  font-size: 18px;
  margin-left: 3pt;
  padding-bottom: 1px;
  padding-left: 1px;
  font-weight: bold;
  -moz-border-radius: 3px;
}

.closeKey {
  width: 26px !important;
  height: 26px !important;
  margin-top: 4px;
  line-height: 24px;
  border: 1px gray solid;
  background-color: #efefef;
  text-align: center;
  color: #353535;
  font-size: 18px;
  margin-left: 3pt;
  padding-bottom: 1px;
  padding-left: 1px;
  cursor: pointer;
  text-indent: -999em;
  font-weight: normal;
  position: relative;
  box-shadow: 0 -1px 0 #ccc inset;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f9f9f9;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}

.closeKey::before {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/sprites.png) -9px -292px no-repeat;
  content: '';
}

.closeKey:hover, .closeKey:focus, .closeKey:active {
  box-shadow: 0 0 0 #ccc inset;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%);
}

.keyOn {
  line-height: 24px;
  border: none;
  background-color: #808080;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-left: 3pt;
  padding-bottom: 1px;
  padding-left: 1px;
  font-weight: bold;
  -moz-border-radius: 3px;
  cursor: pointer;
}

.keyOver {
  line-height: 24px;
  background-color: #808080;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-left: 3pt;
  padding-bottom: 1px;
  padding-left: 1px;
  font-weight: bold;
  -moz-border-radius: 3px;
  cursor: pointer;
}

.handlerKey {
  margin-top: -2px !important;
  margin-left: -4px;
  padding: 3px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  background-color: none;
  cursor: default;
  position: relative;
  height: 20px;
  z-index: 2;
}

.keyboardArea {
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: none;
}

.keyboardArea::before {
  width: 100%;
  height: 100%;
  padding: 33px 7px 5px 5px;
  display: block;
  position: absolute;
  top: -13px;
  left: -5px;
  box-shadow: 0 0 15px #ccc;
  border: 4px solid #ccc;
  background: #fff;
  content: '';
}

.keyboardArea::after {
  width: 100%;
  height: 30px;
  padding: 13px 7px 5px 5px;
  position: absolute;
  top: -9px;
  left: -1px;
  z-index: 0;
  background: #00aa8a;
  content: '';
}

.keyboardArea  > * {
  margin-top: 21px;
  margin-left: 3px;
}

.keyboardArea  > .delBtn,
.keyboardArea  > .btn {
  margin-top: 12px;
}
