﻿#CalcDiv input[type='text']
{
    background: #eee;
    font-size: 20px;   
}


#ClearButton
{
    margin-bottom: 24px;
}
#CurrencyDropDownList
{
    background: #eee;
    font-size: 14px;
    height: 21px;
    margin: 7px 0;
    width: 200px;
}
#Price1TextBox
{
    font-size: 22px;
    height: 24px;
    width: 138px;
}
#ProgressDiv
{
    background: White;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 306px;
}
#PurityDropDownList
{
    background: #eee;
    font-size: 18px;
}
#PurityTextBox
{
    height: 22px;
    width: 72px;
}
#ResultsTable
{
    height: 84px;    
    margin: auto;
}
#RightCalcDiv
{
    width: 306px;
}
#SpreadTextBox
{
    height: 22px;
    width: 60px;
}
#TextBox72, #TextBox72a
{
    width: 72px;
}
#TextBox84, #TextBox84a
{
    width: 84px;
}
#TextBox96
{
    width: 96px;
}
#ValueCaptionDiv
{
    font-size: 25px;
    margin-top: 24px;
}



.BreakdownCaption
{
    font-weight: bold;
    margin-top: 27px;
    text-decoration: underline;
}
.BreakdownTable
{
    margin: 0 auto 17px;
}
.BreakdownTable td
{
    padding-top: 10px;
    white-space: nowrap;
}
.ItemImage
{
    cursor: pointer;
    height: 42px;
    margin-bottom: 10px;
    width: 42px;
}
.ItemTextBox
{
    width: 60px;
}