
#carvaluation {
	width: 748px;
	height: 475px;
	background: url(../images/carvaluation/car_black.jpg) no-repeat;
	font: 11px 'Trebuchet MS';
	color: #cc0000;
	position: relative;
	clear: both;
	margin-left: 81px;
	border: 1px solid #cccccc;
}

#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;
	color: #cc0000;
}

#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;
}
