#city{
	border: 1px solid #44baf5;
}
input.activeSearch{
	background-image:url(../img/preloader_mini2.gif);
	background-position:165px 0px;
	background-repeat:no-repeat;
	background-color: #effcFF;
}
#foundedCities, .foundedCities{
	border: 1px solid #44baf5;
	background-color: #effcFF;
	width: 195px;
	display: none;
	overflow-y: auto;
	overflow-x:hidden;
	height:270px;
	float: left;
	clear: both;
}

#foundedCities table, .foundedCities table{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
#foundedCities table tr td, .foundedCities table tr td{
	font-size: 8pt;
	font-family: Arial;
	height: 18px;
}
#foundedCities table tr, .foundedCities table tr{
	background-color: #fff;
}
#foundedCities table tr.active, .foundedCities table tr.active{
	background-color: #94D9FF;
	cursor: pointer;
}
