.x-calculator-default {
  background: #999999;
  padding: 2px 0 2px 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.x-calculator-default .x-calc-btn {
  cursor: pointer;
  display: inline-block;
  height: 25px;
  width: 30px;
  line-height: 25px;
  margin-right: 2px;
  margin-top: 2px;
  text-align: center;
  color: black;
  font-size: 16px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#dae7f6),color-stop(45%,#cddef3),color-stop(46%,#abc7ec),color-stop(50%,#abc7ec),color-stop(51%,#b8cfee),color-stop(100%,#cbddf3));
  background-image:-webkit-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
  background-image:-moz-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
  background-image:-o-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
  background-image:-ms-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
  background-image:linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
  -moz-box-shadow:#f4f8fd 0 1px 0 0 inset;
  -webkit-box-shadow:#f4f8fd 0 1px 0 0 inset;
  -o-box-shadow:#f4f8fd 0 1px 0 0 inset;
  box-shadow:#f4f8fd 0 1px 0 0 inset;
}
.x-calculator-default .x-calc-btn-marker {
  pointer-events: none;
  height: 26px;
  width: 32px;
  margin-top: 5px;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
}
.x-calculator-default .x-calc-clear, .x-calculator-default .x-calc-negative, .x-calculator-default .x-calc-divide, .x-calculator-default .x-calc-multiply, .x-calculator-default .x-calc-minus, .x-calculator-default .x-calc-plus {
  background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fff),color-stop(48%,#f9f9f9),color-stop(52%,#e2e2e2),color-stop(100%,#e7e7e7));
  background-image:-webkit-linear-gradient(top,#fff,#f9f9f9 48%,#e2e2e2 52%,#e7e7e7);
  background-image:-moz-linear-gradient(top,#fff,#f9f9f9 48%,#e2e2e2 52%,#e7e7e7);
  background-image:-o-linear-gradient(top,#fff,#f9f9f9 48%,#e2e2e2 52%,#e7e7e7);
  background-image:-ms-linear-gradient(top,#fff,#f9f9f9 48%,#e2e2e2 52%,#e7e7e7);
  background-image:linear-gradient(top,#fff,#f9f9f9 48%,#e2e2e2 52%,#e7e7e7);
}
.x-calculator-default .x-calc-zero {
  width: 62px;
}
.x-calculator-default .x-calc-equals {
  height: 52px;
  float: right;
  line-height: 65px;
  background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e4f3ff),color-stop(48%,#d9edff),color-stop(52%,#c2d8f2),color-stop(100%,#c6dcf6));
  background-image:-webkit-linear-gradient(top,#e4f3ff,#d9edff 48%,#c2d8f2 52%,#c6dcf6);
  background-image:-moz-linear-gradient(top,#e4f3ff,#d9edff 48%,#c2d8f2 52%,#c6dcf6);
  background-image:-o-linear-gradient(top,#e4f3ff,#d9edff 48%,#c2d8f2 52%,#c6dcf6);
  background-image:-ms-linear-gradient(top,#e4f3ff,#d9edff 48%,#c2d8f2 52%,#c6dcf6);
  background-image:linear-gradient(top,#e4f3ff,#d9edff 48%,#c2d8f2 52%,#c6dcf6)
}

.x-form-calc-trigger {
background-image: url('calculator.gif');
}