﻿

#calc-body
{
    width:436px;
    background-color:#e1eaf1;
    background-image:url('/images/calc/calc_repeat.jpg');
    background-repeat:repeat-y;
    clear:left;
    position:relative;
    padding-top:16px;
    overflow:hidden;
    }

#calc-header
{
    width:100%;
    height:83px;
    background-image:url('/images/calc/calc_header.jpg');
    background-repeat:no-repeat;
    display:block;
    }
    
#calc-footer
{
    width:100%;
    height:49px;
    background-image:url('/images/calc/calc_footer.jpg');
    background-repeat:no-repeat;
    text-align:center;
    padding-top:10px;
    }
    
#calc-footer a
{
    color:#fff;
    font-weight:bold;
    font-size:16px;
    text-decoration:none;
    }
    
#calc-footer a:hover
{
    text-decoration:underline;
    }
    
.form-row .question-label
{
    color:#fff;
    text-transform:capitalize;
    background-color:#2b5b7a;
    display:block;
    width:312;
    font-size:12px;
    padding:0px 20px 6px 20px;
    font-weight:bold;
    line-height:12px;
    margin-top:0px;
    }

.form-row .text
{
    width:300px;
    border:solid 0px #fff;
    }
 
 .form-row
 {
    width:368px;
    padding-bottom:16px;
    margin-left:40px;
    }
    
.calc-question-box input.text
{
    border:0px solid #fff;
    color:#2b5b7a;
    font-weight:bold;
    font-size:10px;
    width:352px;
    }
    
.calc-submit a
{
    font-size:18px;
    color:#fff;
    text-decoration:none;
    text-transform:capitalize;
    }
    
.question-top
{
    background-image:url('/images/calc/question-top.gif');
    background-repeat:no-repeat;
    height:5px;
    width:368px;
    padding:0px;
    margin:0px;
    font-size:0px;
    overflow:hidden;
    }
    
.answer-box
{

    background-repeat:no-repeat;
    width:326px;
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    border-right:solid 1px #2B5B7A;
    border-left:solid 1px #2B5B7A;
    background-color:#fff;
    }

.answer-box-bottom
{
    background-position:bottom;
    background-image:url('/images/calc/answerboxbottom.gif');
    background-repeat:no-repeat;
    width:368px;
    height:5px;
    font-size:0px;
    overflow:hidden;
    }
      
span#barcode
{
    background-image:url('/images/calc/barcode.gif');
    background-repeat:no-repeat;
    height:100%;
    width:14px;
    position:absolute;
    top:10px;
    left:16px;
    }
    
.validation-advice
{
    color:#BA4150;
    font-weight:bold;   
    }
    
#results h3
{
    margin-top:0px;
    }
    
 #results-body
{
    width:365px;
    background-color:#e1eaf1;
    background-image:url('/images/calc/calc_repeat.jpg');
    background-repeat:repeat-y;
    clear:left;
    position:relative;
    padding-top:16px;
    overflow:hidden;
    padding-left:40px;
    padding-right:30px;
    padding-bottom:16px;
    }

#results-header
{
    width:100%;
    height:83px;
    background-image:url('/images/calc/calc_header.jpg');
    background-repeat:no-repeat;
    display:block;
    }
    
#results-footer
{
    width:100%;
    height:49px;
    background-image:url('/images/calc/calc_footer.jpg');
    background-repeat:no-repeat;
    text-align:center;
    padding-top:10px;
    }
    
#results-footer a
{
    color:#fff;
    font-weight:bold;
    font-size:16px;
    text-decoration:none;
    }
    
#results-footer a:hover
{
    text-decoration:underline;
    }