.airportSuggest {
	position: absolute;
	min-width: 115px;
}
.airportSuggest li {
	z-index: 1500;
	float: none !important;
	height: auto !important;
	padding: 3px;
	color: #ffffff;
	border-bottom: 1px solid #999999;
	cursor: pointer;
	width:250px;
	-moz-transition: none !important; /* Firefox 4 */
	-webkit-transition: none !important; /* Safari and Chrome */
	-o-transition: none !important; /* Opera */
	transition: none !important;
}
.airportSuggest li:hover {
	-ms-transform: none !important; /* IE 9 */
	-webkit-transform: none !important; /* Safari and Chrome */
	-o-transform: none !important; /* Opera */
	-moz-transform: none !important; /* Firefox */
	transform: none !important;
}
.odd {
	background: #666666 !important;
}
.even {
	background: #737373 !important;
}
.suggestAirName {
	color: #F9F9F9;
}