

    /* This and all CSS files are parsed using DtCSS.  See http://code.google.com/p/dtcss/wiki/SyntaxGuide for usage guidelines */

div.content-top {
    margin-top: 375px ;
    width: 975px ;
    height: 21px ;
    background: url(../../images/content/content-top.png) no-repeat ;
}

div.content {
    padding-left: 25px ;
    padding-right: 25px ;
    width: 925px ;
    margin-top: 0px ;
    background: url(../../images/content/content-bg.png) no-repeat ;
}

div.content-bottom {
    width: 975px ;
    height: 21px ;
    background: url(../../images/content/content-bottom.png) no-repeat ;
}

div.calculator-left {
    float: left ;
    margin-left: 25px ;
    width: 303px ;
    height: 286px ;
    background: url(../../images/content/calculator-background.png) no-repeat ;
    padding: 15px ;
}

div.calculator-left h2 {
    color: #0071bc ;
    margin-bottom: 15px ;
}

div.calculator-left input {
    width: 193px ;
    margin-left: 40px ;
    margin-bottom: 15px ;
}

div.calculator-left input.textentry {
    height: 35px ;
    text-align: center ;
    font-size: 16px ;
    font-weight: bold ;
}

div.calculator-left p {
    margin-top: 25px ;
    width: 280px ;
}

div.calculator-right {
    float: left ;
    width: 360px ;
    height: 316px ;
    background: url(../../images/content/calculator-bg.png) no-repeat 0% 100%;
}

div.calculator-right h2 {
}

div.calculator-right div#calculator-results-div {
    margin-top: 40px ;
    margin-left: 54px ;
    width: 171px ;
    height: 37px ;
    text-align: center ;
    font-size: 20px ;
    font-weight: bold ;
}