@charset "UTF-8";
/* CSS Document */

body { margin: 0; padding: 0; font: 1.0em Arial, Verdana, Helvetica, sans-serif; }
body.nnt { background: #fff; }
body.tinies { background: #6caadb; font: 1.0em Arial, Verdana, Helvetica, sans-serif; }
p { font-size: 0.8em; }

#calculator { width: 280px; margin: 10px auto; padding: 0; }
#display { width: 270px; border: 1px solid #333; background: #dff7de; margin-bottom: 20px; text-align: right; }
.nnt a:link, .nnt a:visited { background: #fff; border: 1px solid #999; display: block; padding: 5px 0; float: left; width: 50px; margin: 1px; text-align: center; text-decoration: none; color: #000; }
.nnt a:hover { background: url(../_img/backgrounds/calcbutton.gif) top left no-repeat #fff; }

div.buttonrow { width: 280px; }
p.disclaim { font-size: 0.7em; margin-top: 10px ; color: #262626; }
.clear { clear: both; font: 1px Verdana, Arial, Helvetica, sans-serif; height: 1px; }