.autosuggest-cont {position:relative; width:200px; height:20px; margin:0px auto;}
.autosuggest-cont img {position:absolute; right:10px; top:0px;}
.city-name {border:#333 1px solid; position:absolute; left:0px; top:0px; padding:1px; padding-left:2px; width:197px !important;}
.city-autosuggest-list {border:#666 1px solid; display:none; margin-left:0px; padding-left:0px; position:absolute; left:0px; top:18px; z-index:1000; background:#fff; width:100%; overflow-y:auto; max-height:200px;}
.city-autosuggest-list li {list-style:none; text-align:left; white-space:nowrap; font-size:70%; padding:2px; cursor:pointer; position:relative; color:#000; margin:0px; font-weight:normal;}
.city-autosuggest-list li.act {background:#0a246a; color:#fff;}

.city-autosuggest-list li span {float:right; color:#666; position:absolute; right:4px; top:2px;}
.city-autosuggest-list li.act span {color:#fff;}
.inpErr {background:#ffd4d4; color:#2b0000; border-color:#2b0000;}

.city-autosuggest-list li img {position:static; width:99%; height:14px;}

.city-autosuggest-list li#lstArrUp {
	height:15px; 
	border-top:#c8ccd1 1px solid; 
	background-color:#e7e8eb; 
	background-image:url('../img/arrUp.gif');
	background-repeat:no-repeat;
	background-position:center 5px;
	padding:0px;
}
.city-autosuggest-list li#lstArrDwn {
	height:15px; 
	border-top:#c8ccd1 1px solid; 
	background-color:#e7e8eb; 
	background-image:url('../img/arrDwn.gif');
	background-repeat:no-repeat;
	background-position:center 5px;
	padding:0px;
}
.city-autosuggest-list li#lstArrDwn:hover {
	border-top:#666 1px solid; 
	background-color:#d6d7da; 
}
.city-autosuggest-list li#lstArrUp:hover {
	border-top:#666 1px solid; 
	background-color:#d6d7da; 
}

#destinationCityAutosuggestListError {
	font-weight:bold;
	background:#ff6633;
}

#destinationCityAutosuggestListWaiting {
	font-weight:bold;
	background:#99ff66;
}

#originCityAutosuggestListError {
	font-weight:bold;
	background:#ff6633;
}

#originCityAutosuggestListWaiting {
	font-weight:bold;
	background:#99ff66;
}
