@charset "gb2312";
.mod_lifebig{padding:40px 0}
.mod_1b{background:#f7fbfe}
#calculator_base input,#calculator_complete input{color:#fff;border:0px;font-family:"microsoft yahei",Helvetica,sans-serif;}
#calculator_base,#calculator_complete {position:relative;margin:0 auto;width:380px;}
#calculator_base_container,#calculator_complete_container {width:304px;height:350px;background:url(../../images/calculate/siverbg.png) no-repeat 0 0;}
#calculator_complete_container {height:578px;background-color:#959595;}
/* table */
#base_table_main td {height:44px;}
#complete_table_main td {height:40px;*height:38px;}
#complete_table_more td {height:40px;}
.calculator_table {width:100%; margin:0 auto}
.calculator_table td {text-align:center;padding:0px;margin:0px;}
.topRowCss td {height:30px;*height:32px;color:#FFF;padding-top:3px;}
#baseEprsPanel,#completeEprsPanel {text-align:right;}
/* button */
.baseBtnCommonCss {width:60px;height:30px;background-color:#444444;font-size:14px;color:#FFF;}
.baseBtnCss1 {background-color:#444444;}
.baseBtnCss2 {background-color:#444444;font-size:20px;}
.baseBtnCss3 {background-color:#444444;font-size:16px;}
.baseBtnCss4 {background-color:#444444;font-size:20px;}
.completeBtnCommonCss {width:64px;height:34px;border:0px;background-color:#444444;font-size:14px;color:#FFF;}
.completeBtnCss1 {background-color:#444444;}
.completeBtnCss2 {background-color:#444444;}
.completeBtnCss3 {background-color:#444444;font-size:18px;}
.completeBtnCss4 {background-color:#444444;font-size:18px;}
.completeBtnCss5 {width:74px;height:34px;background-color:#444444;}
/* common */
#calculator_base .displayCss,#calculator_complete .displayCss {    background: #999;width:276px;color:#000;text-align:right;font-size:40px;padding:0 5px;*line-height:140%; /* for ie */}
.helperBox {width:42px;height:27px;color:#FFF;text-align:center;background-color:#CCC;background:url(../../images/calculate/num.gif) no-repeat;margin:0px;padding:0px;*line-height:200%; /* for ie */}
.calculator_tab {position:absolute;right:0;top:0;}
.calculator_tab ul {list-style:none;width:100%;height:100%;margin:0px;padding:0px;width:72px;}
.calculator_tab ul li {height:33px;width:100%;margin-bottom:8px;color:#FFF;text-align:center;cursor:pointer;line-height:33px;background:url(../../images/calculate/cal_tab_new.gif) no-repeat;}
.calculator_tab ul li.selTabBottom{background-position:0 -33px;}
#base_table_main td input{
    background:rgba(89,89,89,1);
    box-shadow:1px 2px 0px 0px rgba(62,62,62,0.78);
    border-radius:2px;
}
#base_table_main td input.xBtn {
    background: rgba(255,143,0,1);
    box-shadow: 1px 2px 0px 0px rgba(191,94,30,0.78);
    border-radius: 2px;
}
#calculator_base .displayCss, #calculator_complete .displayCss{
    background: url(../images/cal-screen.png)0 0 no-repeat;
    padding: 0 18px;
    margin-bottom: 15px;
    background-size: 100% 100%;
}