.quoteForm
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.quoteForm label
{
	width: 426px;
	display: block;
	float: left;
}
.quoteForm div.field
{
    clear: both;
	padding: 5px;
}
.quoteForm fieldset
{
    border: 0px solid #ffffff;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.quoteForm div.legend
{
    clear: both;
    background-image: url(images/header_bar.gif);
    padding-left: 10px;
    font-weight: bold;
    height: 25px;
}
.quoteForm div.input
{
    margin-left:300px;
}
.quoteForm div.input span
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.quoteForm .odd
{
    background-color: #EEEEEE;
}
.quoteForm .aff
{
    background-color: #FFFFCC;
}
.quoteForm .submit
{
    margin-right: 350px;
    background-image: url(/../auto/imcont.png);
    font-weight: bold;   
}
.quoteForm ul.steps
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 25px;
    margin-bottom: 10px;
    
}
.quoteForm ul.steps li
{
    width: 150px;
    float: left;
    background-image: url(images/tab-grey.jpg);
    margin-right: 1px;
    text-align: center;
    height: 25px;
    vertical-align: middle;
}
.quoteForm ul.steps li a
{
    width: 100%;
    display: block;
    background-image: url(images/tab-blue.jpg);
    text-decoration: none;
    height: 25px;
    vertical-align: middle;
}
.quoteForm div.legend a
{
	position: relative;
	right: -550px;
}
.quoteForm ul.errors
{
	font-weight: bold;
	color: #FF0000;
}
