.calc_row1{
position:relative;
height:42px;
width:auto;
margin-bottom:6px;
}

.calc_row2{
position:relative;
height:42px;
width:auto;
margin-bottom:9px;
padding-left:115px;
}

.calc_row2_en{
position:relative;
height:42px;
width:auto;
margin-bottom:9px;
padding-left:125px;
}

.calc_row3{
position:relative;
width:auto;
}

.calc_mod{
float:left;
width:65px;
height:42px;
}

.calc_mod_btn{
float:left;
margin-right:20px;
width:74px;
padding-top:16px;
}

.calc_mod_btn_en{
float:left;
margin-right:10px;
width:auto;
padding-top:16px;
}

p.calc_info{
text-align:right;
font-size:9px;
padding-bottom:0px !important;
}

label.calc_l{
clear:both;
color:#E95D0F;
display:block;
font-size:12px;
line-height:15px;
text-align:left;
width:58px;
height:15px;
float:left;
margin-bottom:1px;
}

input.calc_i{
border:1px solid #999999;
font-size:11px;
line-height:20px;
padding:1px 3px 0px 3px;
float:left;
height:23px;
width:50px;
}

input.calc_btn{
background:url(../img/content/calculator/calc_btn.jpg) no-repeat scroll 0 0 transparent;
border:0 none;
color:#CCCCCC;
font-weight:bold;
height:28px;
line-height:25px;
text-align:left;
text-indent:-999px;
width:74px;
float:left;
cursor:pointer;
}

input.calc_btn_en{
background:url(../img/content/calculator/calc_btn_en.jpg) no-repeat scroll 0 0 transparent;
border:0 none;
color:#CCCCCC;
font-weight:bold;
height:28px;
line-height:25px;
text-align:left;
text-indent:-999px;
width:74px;
float:left;
cursor:pointer;
}

div.error{
position:fixed;
height:100%;
width:100%;
background:url(../img/content/calculator/error.png) repeat;
visibility:hidden;
z-index:100;
}

div.error_note{
position:relative;
margin:150px auto;
height:200px;
width:300px;
background-color:#fff;
}

a.error{
color:#000;
font-size:11px;
}