#eurocalc { display:none; width:160px; height:205px; overflow:hidden; }
#eurocalc, #eurocalc * { -moz-box-sizing:border-box; box-sizing:border-box; }
#eurocalc { position:absolute; z-index:10000; top:0; left:0; width:160px; height:205px; background:#fff url(../img/calc_bg.gif); }
#eurocalc, #eurocalc input { font:12px/1.3 Arial,sans-serif; }
#eurocalc img { border:0; }
#eurocalc img.btn { cursor:pointer; }
#eurocalc .hd { width:160px; height:17px; cursor:move; }
#eurocalc .hd a.close { float:right; width:17px; height:17px; cursor:hand; }
#eurocalc .hd a.close img { margin:5px 5px 4px 4px; }
#eurocalc .bd { height:185px; padding:6px 10px; }
#eurocalc .displays p { margin:0; margin-bottom:2px; }
#eurocalc input.display { width:100px; padding-right:1px; border:2px solid #F58220; margin:0; text-align:right; outline:none; }
#eurocalc label.displayLabel { margin-left:7px; font-weight:bold; color:#F58220; }

#eurocalc table { border-collapse:collapse; border:0; }
#eurocalc table td { padding:0; width:26px; height:30px; }
#eurocalc table tr.last-child td { height:26px; } 
#eurocalc table td.space { width:11px; }
#eurocalc table td img { width:26px; height:26px; }

#eurocalcShadow { display:none; position:absolute; width:160px; height:205px; background:#333; z-index:9999; filter:alpha(opacity=30); -moz-opacity:.3; opacity:.3; }

#eurocalcIFrame { display:none; position:absolute; width:164px; height:209px; border:0; z-index:9998; }
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}