﻿

table.form 
{
    width:100%;
    background-image: url(../images/inf/newcar_background.gif);
    background-repeat: repeat-x; 
    margin-top:0px;
    padding-top:0px;
}

table.form th 
{
    padding-left:5px;
    text-align:left;
}

table.form th.header, table.form td.header , table.form tr.header
{
    background-color: #C2BDAA;
    height:18px;
    color: #FFFFFF;
    padding-left: 15px;
    text-transform: uppercase;
    background-image: none;
    font-size:13px;
    font-weight: bold;
    text-align: left;
}
table.form td.required, table.form th.required 
{
    background-image:url(../images/ico_required.gif);
    background-position: right;
    background-repeat: no-repeat;
}

span.error 
{
    color:Red;
    font-size:11px;
}