#container {
	width: 750px;
	margin: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c3c8cb;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c3c8cb;
	background-attachment: scroll;
	background-image: url(../images/car_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 150px;
	background-color: #FFFFFF;
	}
.inner_container {
	width: 750px;
}


.body {
	background-color: #F7F8FC;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 0px;
	
}

a:link {
	color: #C50301;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:visited {
	color: #C00400;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
a:hover {
	color: #5D86A4;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}


.n_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
	padding-top: 0px;
}
.bold {
	font-weight: bold;
}
.field {
	background-color: transparent;
	border: 1px solid #000000;
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
}
.content {
	float: right;
	width: 520px;
	padding-top: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.footer {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C50301;
	clear: both;
	text-indent: 300px;
	padding-top: 15px;
}
.required {
	font-size: 11px;
	color: #FF0000;	
	}
.thumbs {
	padding-right: 10px;
}
.red
{
    font-size: 12px;
    color: #ff3366;
    font-family: Arial;
}
.required
{
    font-size: 12px;
    color: #ff3366;
    font-family: Arial;
}
.green
{
    font-size: 12px;
    color: #33ff00;
    font-family: Arial;
}
.fields
{
    border-right: #000099 1px solid;
    border-top: #000099 1px solid;
    border-left: #000099 1px solid;
    border-bottom: #000099 1px solid;
    background-color: #cccccc;
}
