#calculator
{
    display: block;
    margin-top: 12px;
    position: relative;
}

#calculator td
{
    text-align: left;
}

#calculator-header 
{
    font-size: 10px;
    font-weight: bold;
}

#calculator #loading-panel
{
    display:none;
    background-image: url(/_layouts/AllStyles/BA/loader.gif);
    background-repeat: no-repeat;    
    width: 20px;
    height: 20px;
}

#calculator #results-panel
{
    display:none;
    background-color: #217b65;
    font-weight: bold;
    color: #ffffff;
    margin-top: 5px;
}

#calculator #error-text 
{
    display:none;
    color: red;
}

#calculator input[type="text"]
{
    width: 50px;
}
