/* -------------------------------------------------------------
LIST FORM ITEMS FOR THE SEARCH AREA
------------------------------------------------------------- */ 
#vehicleSearch ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#vehicleSearch li {
	font-weight: bold;
	height: 20px;
	
}
#vehicleSearch input {
	float: left;
	margin: -15px 0px 0px 70px;
}
#vehicleSearch .txtInput {
	width: 160px;
	height: 14px;
}
#vehicleSearch .required {
	margin-top: -6px; 
	float: right; 
	color: #EF3829;
}
#vehicleSearch .txtComments {
	width: 160px;	
 text-align:left;	
}
#txtBox 
{
	vertical-align:top;
	width:75px;
	float:left;
}
#vehicleSearchRequest .txtInput
{
	float: left;
	margin: -15px 0px 0px 100px;
}
#vehicleSearchRequest ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#vehicleSearchRequest li {
	font-weight: bold;
	height: 20px;
	
}

#vehicleSearchRequest .txtInput {
	width: 160px;
	height: 14px;
}
#vehicleSearchRequest .required {
	margin-top: -6px; 
	float: right; 
	color: #EF3829;
}
#vehicleSearchRequest .txtComments {
	width: 160px;	
 text-align:left;	
}

/* -------------------------------------------------------------
LIST FORM ITEMS FOR THE EMEWS AND CONTACT PAGES
------------------------------------------------------------- */ 
#contactForm ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#contactForm li {
	font-weight: bold;
	height: 20px;
	width: 260px;
}
#contactForm input {
	float: left;
	margin: -15px 0px 0px 80px;
}
#contactForm .txtInput {
	width: 160px;
	height: 14px;
}
#contactForm .required {
	margin-top: -6px; 
	float: right; 
	color: #EF3829;
}
.errorAlert {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}