
.calculator .calc-left {
  width: 485px;
  height: 178px;
  background: url('/_layout/images/lentochniy.png') no-repeat left bottom;
  float: left;
  margin-right: 40px;
}

.calculator label:hover {
  cursor: pointer;
}

.calculator .calc-left p.calc-input {
 
  text-align: right;
  font-weight: bold;
 
}
.calculator .calc-left p.calc-input input {
  display: inline-block;
  width: 52px;
  height: 25px;
  margin: 0 5px 11px;
  padding: 0 10px;
  font: 11px Arial;
  color: #000;
  text-align: center;
  margin-bottom: -10px;
}
.calculator .calc-right {
  width: 430px;
  height: 178px;
  background: url('/_layout/images/plita.png') no-repeat 0 45px;
  display: inline-block;
}
.calculator .calc-right p.p-calc-first {
  padding-right: 7px;
}
.calculator .calc-right p.calc-input {
 
  text-align: right;
  font-weight: bold;
  
}
.calculator .calc-right p.calc-input input {
  display: inline-block;
  width: 52px;
  height: 25px;
     margin: 0 5px 11px;
  padding: 0 10px;
  font: 11px Arial;
  color: #000;
  text-align: center;
   margin-bottom: -10px;
}
.calculator a.btn {
  display: inline-block;
  margin: 30px auto 20px;
  left: 50%;
  margin-left: -52px;
  position: relative;
}

.calculator a.btn:hover {
  margin: 31px 0 19px -51px;
}

.calculator .calc-line {
  background: url('/_layout/images/line.png') no-repeat;
  height: 1px;
  width: 990px;
  margin: 0 auto;
}
.calculator .calc-result {
  width: 590px;
  height: 50px;
  padding-bottom: 55px;
  display: none;
}


.calculator .form .title {
  font: 24px Narrow;
  text-align: left;
  color: #000;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding-top: 0;
}
.calculator .form .title span {
  color: #ed1c24;
}
.calculator .form p {
  font: 13px Arial;
  color: #362f2d;
}
.calculator .form input {
  padding: 0 10px;
  margin-top: 10px;
  width: 240px;
  height: 25px;
  border: 1px solid #bababa;
  background: url('/calc/input_bg.png') repeat-x;
  display: inline-block;
}
.calculator .form input.btn {
  padding: 12px 20px !important;
}
.calculator .form input.btn:hover {
  margin: 11px 0 -1px 1px;
}
.calculator .form p span{
    color: red;
}



div.calculator {
margin-top:50px;
}
