#helpbox {
	padding: 5px;
	border: 1px solid white;
	background-color: #EEEEEE;
	width: 250px;
	position: absolute;
	z-index: 99;
	font-family: Arial;
	font-size: 11px;
	color: black;
}

#carselector {
	border: 2px solid silver;
	background-color: white;
	position: absolute;
	z-index: 101;
	width: 447px;
}

#carselector h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
}

#bgbox {
	color: #FFFFFF;
	background-color: #222222;
	z-index: 100;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	filter:alpha(opacity=60)
	-moz-opacity:0.6;
	opacity: 0.6;
}

#carselectortable {
	border-collapse: collapse;	
	width: 90%;	
	font-size: 11px;	
}

