#search_widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:290px;
	padding: 5px 10px;
}

#search_widget p {
	width:100%;
	overflow: hidden;
	padding: 5px 0;
	margin: 0;
}

#search_widget label {
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
}

#search_widget span.error {
	display: block;
	color: #F00;
	font-weight: bold;
}

#pos, #pickUpLocation, #dropOffLocation, #pickUpType, #dropOffType, #dropOffDate, #pickUpDate, #pickUpTime, #dropOffTime, #age, #discountcode {
	width: 160px;
	margin: 0;
	padding: 2px;
}

#pickUpType, #dropOffType {
	width: 130px;
}

#pickUpTime, #dropOffTime {
	width: 70px;
}

#dropOffDate, #pickUpDate, #age, #discountcode {
	width: 90px;
}

.ui-widget {
	font-size: 12px;
}

.ui-autocomplete-loading {
	background:url('../img/loading.gif') no-repeat right 50%;
}