﻿#converter-holder
{
    float: left;
    width: 352px;
    border: none;
    height: 352px;
    background-color: White;
    background-image: url(/images/freestuff/conversionchart/formbackground.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    
}

#left
{
    float: left;
    margin-right: 39px;
}

#right
{
    float: left;
}

#left h1, #right h1
{
    width: auto;
    margin-top: 6px;
}

#chart-holder
{
    float: left;
    width: 274px;
    height: 349px;
}

#print-holder
{
    position:absolute;
    bottom: 0px;
    right: 0px;
    width: auto;
}

#form-holder
{
    width: 251px;
    margin: auto;
    margin-top: 47px;
}

.frm
{
    width: 251px;
    height: 51px;
    margin: auto;
}

#type-holder
{
    /*background-image: url(/images/freestuff/conversionchart/typebackground.jpg);
    background-position: left top;
    background-repeat: no-repeat;*/
}

#type-holder-inner
{
    padding-top: 20px;
}

.inner
{
    text-align: left;
    width: 160px;
    margin: auto;
}

.valueOut
{
    width: 200px;
    width: 142px;
    margin-top: 10px;
    padding: 3px 5px 3px 5px;
}

.spc
{
    clear: both;
    width: 250px;
    height: 13px;
}

.equal
{
    width: 250px;
    text-align: center;
    color: #00A000;
}

select
{
    width: 160px;
    font-family: Arial, Sans-Serif;
    color: #00A000;
}