#calculator_base input,#calculator_complete input{color:#fff;border:0}
#calculator_base,#calculator_complete{position:relative;margin:0 auto;width:529px;}
#calculator_base_container, #calculator_complete_container {
    width: 437px;
    height: 448px;
    background: url(/assets/img/tools/siverbg.png) no-repeat 0 0;
}
#calculator_complete_container {
    height: 578px;
    background-image: url(/assets/img/tools/siverbg2.png);
}
/* table */
#base_table_main{border:0}
#base_table_main td{height:53px;border:0}
#complete_table_main td{height:40px;*height:38px;border:0}
#complete_table_more td{height:40px;border:0}
.calculator_table{width:100%;margin:0 auto;border-collapse:collapse;border-spacing:0;table-layout:fixed;border:0;padding:0;font-size:12px}
.calculator_table td{text-align:center;padding:0;margin:0;border:0}
.topRowCss td{height:30px;*height:32px;color:#fff;padding:3px 0 0 0;margin:0;border:0}
#baseEprsPanel,#completeEprsPanel{text-align:right;}
/* button */
.baseBtnCommonCss {
    width: 94px;
    height: 44px;
    background: url(/assets/img/tools/d1btn.gif) no-repeat 0 -44px;
    font-size: 14px;
    color: #FFF;
}
.baseBtnCss1{background-image:url(/assets/img/tools/d0btn.gif);}
.baseBtnCss2 {
    background-image: url(/assets/img/tools/d2btn.gif);
    font-size: 20px;
}
.baseBtnCss3 {
    background-image: url(/assets/img/tools/d3btn.gif);
    font-size: 16px;
}
.baseBtnCss4 {
    background-image: url(/assets/img/tools/d4btn.gif);
    font-size: 20px;
}
.completeBtnCommonCss{width:64px;height:34px;border:0px;background:url(../images/e0btn.gif) no-repeat 0 -34px;font-size:14px;color:#FFF;}
.completeBtnCss1 {
    background-image: url(/assets/img/tools/e1btn.gif);
}
.completeBtnCss2 {
    background-image: url(/assets/img/tools/e3btn.gif);
}
.completeBtnCss3 {
    background-image: url(/assets/img/tools/e2btn.gif);
    font-size: 18px;
}
.completeBtnCss4 {
    background-image: url(/assets/img/tools/e4btn.gif);
    font-size: 18px;
}
.completeBtnCss5 {
    width: 74px;
    height: 34px;
    background: url(/assets/img/tools/e5btn.jpg) no-repeat 0 -34px;
}
/* common */
#calculator_base .displayCss,#calculator_complete .displayCss{width:390px;height:56px;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(/assets/img/tools/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(/assets/img/tools/cal_tab_new.gif) no-repeat;
    }
.calculator_tab ul li.selTabBottom{background-position:0 -33px;}