﻿.SelectionArea {
	position:relative;
}

.Questions {
	width:100%;
	border:0px;
	padding:0px;
	margin-left:-60px;
}

.Questions tr td {
	padding:4px 0px;
}

.Questions tr td a {
	color:#000000;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.Questions tr .Icon {
	background-image:url(images/selection.gif);
	background-repeat:no-repeat;
	background-position:35px center;
	width:60px;
}

.Vehicles,.KnownCustomer {
	color:#000000;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	margin-bottom:20px;
}

.KnownCustomer {
	width:347px;
	position:absolute;
	bottom:80px;
}

.KnownCustomer tr td input {
	position:relative;
}

.KnownCustomer tr td img {
	position:relative;
	left:-4px;
}

.KnownCustomerHelp {
	position:absolute;
	top:205px;
	left:35px;
	width:350px;
	font-family:Arial;
	font-size:12px;
	background-color:#FFFFFF;
	color:#7D7D7D;
	border:1px solid #C4C4C8;
	padding:10px;
	display:none;
}