.ac_input{	
	background-image:url(./images/autocomplete/waiting.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.ac_input_busy{
	background-image:url(./images/autocomplete/loading.gif);
	background-position:right center;
	background-repeat:no-repeat;
}



.list_street{
	/*background:#2C365F ;*/
	background: #464646;
	left:21px;
	position:absolute;
	overflow: none;
	border:1px solid #F9D006;
}
.item{
	cursor:pointer;
	padding:5px;
	/*border-bottom:1px solid #fff;*/
}
.item_hover {
	background:#707070;
	color:#F4D71B;
	cursor:pointer;
	padding:5px;
	/*border-bottom:1px solid #fff;*/
}
.textsize2{
	font-size:1.4em !important;
}
.textsize3{
	font-size:1em !important;
}
.colored{
	color:#F4D71B;
}

