#results{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 700px;
	background-image: url('../images/resultsMid.jpg');
	background-repeat: repeat-y;
}

#resultsTop{
	width: 700px;
	height: 17px;
}

#resultsBottom{
	width: 700px;
	height: 19px;
}

#car{
	margin: 3px;
	width: 650px;
	height: 100px;
	border: 1px solid black;
	background-color: white;
	text-align: left;
}

#car td{
	margin: 2px;
}

#car:hover{
	border: 2px solid #990000;
	background-color: #FFDDDD;
}

fieldset{
	width:200px;
}

legend{
	color: white;
	text-align: left;
}

#QuickSearch a{
	cursor: pointer;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#MakesList, #ModelsList{
	text-align: left;
	width: 200px;
	height: 150px;
	background-color: white;
	overflow: scroll;
}

#SimpleSearch{
	text-align: center;
}

#car a{
	cursor: pointer;
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

#label{
	text-decoration: underline;
	font-weight: bold;
	margin-right: 2px;
}
