
/* CAR SEARCH FORM
----------------------------------------*/

form {
	padding: 0;
	margin: 0;
}
#menu fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#menu legend {
	display: none;
}
#menu label {
	display: block;
}
#menu select, #menu input {
	display: block;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 5px;
}
#menu input.button {
	margin-top: 15px;
}
.feedback input.button {
	margin-right: 5px;
}
#menu input.button, .feedback input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
	width: 100px;
	height: 42px;
	border: none;
	font-size: 75%;
	text-align: left;
	padding-left: 15px;
	background: url(images/button.png) no-repeat left 0;
	cursor: pointer;
}
#menu input.button:hover, #menu input.button:active, .feedback input.button:hover, .feedback input.button:active {
	background: url(images/button.png) no-repeat left -42px;
}

/* BENEFITS
----------------------------------------*/

ul.benefits {
	padding: 0;
	margin: 0;
}
.benefits li {
	list-style: none;
	margin: 0 0 0 11px;
	padding: 5px 0 6px 20px;
	background: url(../images/icons/arrow.gif) no-repeat 0 0;
	border-bottom: 1px dashed #ddd;
}
p.logo {
	text-align: center;
	margin: 0 0 5px 11px;
	padding: 10px 0 15px 0;
	border-bottom: 1px dashed #ddd;
}

/* FOOTER
----------------------------------------*/

#footer {
	padding: 27px 0 15px 0;
	font-size: 80%;
	color: #9ED6F5;
	background: url(../images/bg-footer.gif) repeat-x left top;
	clear: both;
}
#footer p {
	padding: 0;
	margin: 0 0 5px 0;
}
#footer a:link, #footer a:visited {
	color: #9ED6F5;
}
#footer a:hover {
	color: #fff;
}

/* FORM
----------------------------------------*/

form.feedback {
	padding: 0;
	margin-top: 20px;
}
.feedback fieldset {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px;
	border: 1px solid #ddd;
}
.feedback legend {
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	padding: 0 5px 0 25px;
	background:  url(images/tick.gif) no-repeat left center;
	text-transform: capitalize;
}
.feedback label {
	padding: 15px 0 0;
	margin: 0;
	display: block;
}
.feedback .required {
	color: #999;
	font-style: italic;
}
.feedback input, .feedback textarea, .feedback select {
	padding: 1px 2px;
	width: 98%;
	color: #333;
	margin: 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #ddd;
}
.feedback textarea {
	height: 120px;
}
.feedback .radio {
	width: 15px;
	height: 15px;
	border: none;
}
.feedback .checkbox {
	border: none;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	display: block;
}