#sellcarform { font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #FFFFFF; width: 700px;}
#sellcarform fieldset {	border: none}
#sellcarform fieldset legend {	font-size: 16px; margin-left: 16px}
#sellcarform .twocols {width: 720px; float: left; margin-right: 20px;}
#sellcarform .formtitle {	font-weight: bold; margin: 10px 0 20px 0; clear: both}
#sellcarform ul {	list-style: none; padding: 0px; width: 300px; margin: 0px;}
#sellcarform li {clear: both}
#sellcarform label {float: left; clear: left; height: 22px; line-height: 22px; display: block; width: 150px;}
#sellcarform input {float: right; border-width: 1px; width: 300px}
#sellcarform textarea {width: 300px; float: right; border-width: 1px}
#sellcarform .emailHidden {display: none}
#sellcarform .sendit { height: 28px;
	width: 304px !important ;
	background: url(/images/butarrow.gif) 0 0 repeat;
	color: #ffffff;
	text-align:center;
	font-weight:bold; 
	text-transform:uppercase;
	line-height: 20px;
	font-size:12px;
	cursor: pointer;
	border: none;
	float:right !important;}
#sellcarform .selections {float: left; display: block; width: 100%}
#sellcarform .selections p {margin: 0px; font-size: 12px}
#sellcarform .selections label { float: left; clear: none; width: 60px}
#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;
	 margin: 10px 0 0px 0
}

#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;
	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;
}