﻿
div#calculatorFrame
{
    width: 450px;
    height: 225px;
    color: white;
    background-image: url('../images/bkgd_calculator.png');
    background-repeat: no-repeat;
}

div#calculatorFrame div.section
{
    font: 10pt Arial, Verdana, sans-serif;
    margin: 5px 5px 5px 5px;
    padding: 10px 5px 10px 5px;
}

div#calculatorFrame div.LabelCol
{
    float: left;
    text-align: right;
    width: 280px;
}

div#calculatorFrame div.DataCol
{
    float: right;
    width: 125px;
}

.DataEntry
{
    width: 100px;
}

div.CalcButton
{
    float: right;
    padding-top: 1em;
    padding-right: 1em;
}