#sellcarform {	font: 11px 'Verdana';	color: #000; width: 760px;}
#sellcarform fieldset {	border: none}
#sellcarform fieldset legend {	font-size: 20px; margin-left: 16px}
#sellcarform .twocols { float: left; margin-right: 20px;}
#sellcarform .formtitle {	font-weight: bold; margin-top: 10px; clear: both}
#sellcarform ul {	list-style: none; padding: 0px; width: 350px; margin: 0px;}
#sellcarform li {clear: both}
#sellcarform label {float: left; clear: left; height: 22px; line-height: 22px; display: block; width: 150px; color: #000}
#sellcarform input {float: right; border-width: 1px; width: 170px}
#sellcarform textarea {width: 170px; float: right; border-width: 1px}
#sellcarform .emailHidden {display: none}
#sellcarform .sendit {margin: 10px; float: right !important; width: 120px !important}
#sellcarform .selections {float: left; display: block; width: 375px; color: #000; margin: 0px;}
#sellcarform .selections p {margin: 0px; font-size: 11px; width: 180px;}
#sellcarform .selections label { float: left; clear: none; width: 60px; height: auto; line-height: 100%;}
#sellcarform .selections input {float: left; width: 20px;}
#sellcarform #errorContainer * {color: #CC0000 !important;}
#carvaluation {
	width: 750px;
	height: 475px;
	background: url('../images/carvaluation/car_black.jpg') no-repeat;
	font: 11px 'Trebuchet MS';
	color: #000;
	position: relative;
	clear: both;
}

#carvaluation * {
	margin: 0px;
	padding: 0px;
}

#carvaluation .body {
	background: url('../images/carvaluation/bodybackground_white.png') no-repeat;
	width: 117px;
	height: 57px;
	position: absolute;
}

#carvaluation .tyre {
	background: url('../images/carvaluation/tyrebackground_white.png') no-repeat;
	width: 117px;
	height: 69px;	
	position: absolute;
}

/* Opposite colour images start */

#carvaluation.white {
	background: url('../images/carvaluation/car.jpg') no-repeat;
	color: #FFF;
}

#carvaluation.white .body {
	background: url('../images/carvaluation/bodybackground.png') no-repeat;
}

#carvaluation.white .tyre {
	background: url('../images/carvaluation/tyrebackground.png') no-repeat;
}

/* Opposite colour images end */

#carvaluation .body .inner {
	width: 102px;
	height: 47px;
	margin: 4px 1px 6px 8px;
}

#carvaluation .tyre .inner {
	width: 102px;
	height: 47px;
	margin: 4px 1px 6px 8px;
}

#carvaluation .inner span {
	display: block;
	clear: both;
	overflow: hidden;
}

#carvaluation .inner span label {
	display: block;
	float: left;
	height: auto;
	line-height: 14px;
	color: #FFF;
	width: auto;
	cursor: pointer;
}

#carvaluation .inner span input {
	float: right;
	height: 14px;
	width: 14px;
}

div.frm_ShowMessage {
	color:#FFFFFF;
	font-weight: bold;
	font-family: 'verdana';
	font-size:14px;
	margin-left:26px;
}