form fieldset
{ 
    margin-top: 10px; 
    margin-right: 10px; 
    margin-left: 10px;
    border: solid 1px #ccc; 
    padding: 15px; 
}

form legend
{
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size:90%;
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
    border-bottom-color: #999;
    border-right-color: #999;
    padding: 4px 8px;
}

form.choice
{
    background-color:green;
}

table.zipshow 
{
    background-color: #F4F4F4; 
}   

table.feedin 
{
    margin: 0;
    margin-left:15px;
    margin-bottom:10px;
    padding: 2px;
    text-align: left;
}

th, td 
{
    padding: 10px;
    width: 620px;
    text-align: center;
    height: 18px;
}


td.feedin 
{
    background-color: #e8e8e8; 
    width: 250px;
    text-align: left;
}
td.feedin-figures
{
    background-color: #e8e8e8; 
    width: 70px;
    text-align: left;
}

td.text
{
    text-align: left;
}
td.centre
{
    background:#9e9;
}

td.payback
{
    background:#e99;
}

td.income
{
    background:#abc;
}

td.title
{
    background:#b0e0e6;
    font-weight: bold;
}

tr.normal
{
    background:#eee;
}

tr.header
{
    background:#d3d3d3;
    font-weight: bold;
}

td.install
{
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    padding-top: 10px;
}

td.label
{
    margin: 0px;
    padding: 0px;
    width: 60px;
    text-align: left;
    height: 18px;
}
