#calculator_panel .calc_text{
  font-family: Helvetica,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif !important;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.ja_JP #calculator_panel .calc_text{
  font-size: 9px;
}

#language_panel {
  padding: 10px 15px 15px 50px;
  width: 230px;
  height: 60px;
  z-index: 9999;
  background: url('/images/calc/bg_calculator.png') no-repeat;
  position: relative;
}

#calculator_panel {
  padding: 10px 15px 15px 50px;
  width: 230px;
  height: 290px;
  z-index: 9999;
  background: url('/images/calc/bg_calculator.png') no-repeat;
  position: relative;
}

.handle_calc, .handle_lang{
  padding: 0 0 0 8px;
  background-position: right 0 !important;
}

.handle_lang{
  background-position: right bottom !important;
  padding-bottom: 20px;
}


.calc_text{
  font-size:13px;
  font-weight: bold;
  color:#fff;
  margin: 0px 0 2px 0;
}

.calc_row{
  margin-bottom: 8px;
}

.lcd{
  font-weight: bold;
  color:#27b0e7;
  height: 30px;
  margin-top:.5em;
  line-height: 1.5;
  position: absolute;
  bottom: 45px;
  left: 50px;
    font-size:12px;
}

.lcd span{
  color:#fff;
  font-size:14px;
}


#calculator_panel .textfield{
  width:50px;
}

#calculator_panel select, #calculator_panel .textfield{
  background-color: #fff;
  color:#000;
}

#btnCalculate{
  position: absolute;
  bottom: 5px;
  left: 50px;
}


.language_selector{
  color:#fff;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 0 -35px;
}


.language_selector a{
  color:#fff !important;
  text-decoration: none !important;
  display: block;
  padding: 7px 0 7px 35px;
  line-height: 1;

}

.language_selector a:hover{
  background-color: #555;

}

.language_selector li{
  list-style: none;
}

