
#calculator {font:10px Verdana, Arial,Helvetica,sans-serif; position:relative; color:#f0b6ba; background:#0986B4; width:160px; padding:0 8px; border:1px solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-color:#0986B4;}
#calculator form, #calculator p{margin:0; padding: 0;}

#calculator div.cor {float:left;}
#calculator div.cor span { background-image:url(cor_wr.gif); font-size:0.2em;}

#calculator #cal_logo {display:block; margin:0; padding:0; width:145px; height:34px; position:relative; margin:3px 0 0 -1px;}
#calculator #cal_logo span {display:block; margin:0; padding:0; width:145px; height:34px; position:absolute; top:0; left:0; background:url(cal_logo.gif) no-repeat top left;}

#calculator .value label {margin:4px 2px 2px; color:#fff; font-weight:bold; display:block; height:18px;}
#calculator #salaryAmount {width:125px; font-size:10px; font-family:inherit;}

#calculator label.inline {color:#fff; font-weight:bold; display:block; height:18px; margin-top:2px;}
#calculator .checkbox { vertical-align:middle; margin-top:-3px;}

#calculator div.subm  {background:#2DAAD8; position:relative; margin:3px 0 5px; height:18px; border:1px solid #2DAAD8;}
#calculator .subm div.cor {float:left;}
#calculator .subm div.cor span {background-image:url(cor_rr.gif); font-size:0.2em;}
#calculator .subm input {background:#2DAAD8; font-size:100%; font-family:inherit; border:none; width:130px; height:18px; color:#fff; margin:0; padding:0 6px; font-weight:bold;}

#calculator .cor_tl { background: no-repeat 0 0; display:block; float:left; height:5px; left:-1px; position:absolute; top:-1px; width:5px;}
#calculator .cor_tr { background: no-repeat -5px 0; display:block; float:left; height:5px; right:-1px; position:absolute; top:-1px; width:5px;}
#calculator .cor_br { background: no-repeat -5px -5px; display:block; float:left; height:5px; right:-1px; position:absolute; bottom:-1px; width:5px;}
#calculator .cor_bl { background: no-repeat 0 -5px; display:block; float:left; height:5px; left:-1px; position:absolute; bottom:-1px; width:5px;}

* html #calculator .cor_br, * html #calculator .cor_bl{bottom:-1px;}
* html #calculator .cor_tr, * html #calculator .cor_br{right:-2px;}
* html #calculator #cal_logo {width:120px;}
* html #calculator {width:116px;}
* html #calculator div.subm {}
* html #calculator .subm input {width:118px; height:18px; float:left;}
* html #calculator .subm .cor_br, * html #calculator .subm .cor_bl{bottom:-1px;}
* html #calculator .subm .cor_tr, * html #calculator .subm .cor_br{right:-1px;}

