.container div.BankspaarCalculatorModule div.indexAction input[type="text"] { font-size: 1.2em; font-family: inherit; }
.container .euro { background: url(../icons/euro.png) no-repeat 3px; padding-left: 20px; text-align: right; }
.container .interest { font-size: 2em; font-weight: bold; }

form#calculatorForm { height: 280px; position: relative; }
div#bruto,
div#periodiek { position: absolute; }
div#temporary { display: none; }
button#toonVergelijking { position: absolute; bottom: 10px; left: 230px; }
img#loading { position: absolute; bottom: 15px; left: 180px; }

div.product { border: 1px solid #E4E0ED; background: #E4E0ED; padding: 10px; margin-bottom: 20px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
div.product h2 { margin: 0; font-weight: bold; font-size: 1.5em; }
div.product table { border: none; margin-bottom: 0; }
div.product table tr td { border: none; padding: 2px 20px 2px 2px; }
div.product img.logo { border: 1px solid #2A638C; padding: 1px; }
div#main div.product a.button { background: #126178; color: #FFF; border: none; text-decoration: none; width: 115px; text-align: center; }
div#main div.product a.button:hover { background: #0C3E4B; }

