@charset "utf-8";
/* CSS Document */

div#calculator-box { width: 208px; height: 63px; background: url('../images/ad-calc/calculator_208.png') no-repeat; padding-top: 120px; margin-bottom:10px;}
div#calculator-box a { border: none; }
div#estimate-button { width: 100px; height: 32px; background: url('../images/ad-calc/btn-calculate.png') no-repeat; margin-top: 20px; margin-left: 95px; }
div#estimate-button:hover { background-position: 0 -32px; }

