.ld_text{ width:160px; }
.ld_street_nr{
	width:50px;
	text-align:right;
	margin:0 0 0 8px;
}
.ld_citymore{
	font-style:italic;
	font-size:10px;
	margin-left:5px;
}

.ld_error{
	border:1px solid #bb0000 !important;
	background:#ffe5e6;
}

.ld_success{
	border:1px solid #4bb100 !important;
	background:#d6ffb7;
}

.ld_suggest{
	background:#f2f2f2;
	box-shadow: 2px 2px 2px #a8a8a8;
	width: 250px;
	max-width: 260px;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 1em;
}

/*.ui-autocomplete > li:nth-child(odd) a { background: #ffffff; }
.ui-autocomplete > li:nth-child(even) a { background: #f4f4f4; }*/
.ui-autocomplete > li:hover { border:none; }
.ui-autocomplete > li > a{ cursor: pointer; }
.ui-autocomplete > li > a:hover{ background: #eeeeee; }

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 200px;
}