.ld_country_id{ width:222px; }
.ld_text{ width:160px; }
.ld_street_nr{
	width:50px;
	text-align:right;
	margin:0 0 0 8px;
}
.ld_postcode{
	width:50px;
	text-align:right;
	margin:0 8px 0 0;
}

.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:#f6f6f6;
	-moz-box-shadow: 2px 2px 2px #a8a8a8;
	-webkit-box-shadow: 2px 2px 2px #a8a8a8;
	box-shadow: 2px 2px 2px #a8a8a8;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=2,color=#a8a8a8,direction=135);
}

.ui-autocomplete {
	max-height: 200px;
	/* max-width: 400px; */
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	/* padding-right: 10px; */
}

/* 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;
}