/* ScheduleTestDriveForm_mini */
#leftCol {
	width: 250px;
	float: left;
	}
#topRow { /* in leftCol */
	height: 300px;
	width: 250px;
	}
#bottomRow { /* in leftCol */
	}
#quickSearch { /* in bottomRow */
	padding: 30px 0 0 45px;
	}
#rightCol {	
	width: 750px;
	float: left;
	}
#rightColContent { /* in rightCol */
	border-width: 10px;
	border-style: solid;
	border-color: #666;
	padding: 20px 20px;	
	background-color: #000; /* necessary to show the border correctly in IE */
	min-height: 440px;
	}
#innerContent div {
	float: left;
	}
#rightColText {
	width: 400px;	
	}
#rightColImg {
	padding-left: 20px; 
	width: 260px;
	}
hr {
	display: none;
}
#chooseVehicleTable {
	width: 550px;
	position: relative;
	top: -3px;
	
	}
#chooseVehicleTable td {
	}
