.autocomplete-w1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 1px 0 0 0;
}

.autocomplete {
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	text-align: left;
	max-height: 350px;
	overflow: auto;
	margin: 0;
}

.autocomplete .selected {
	background: #F0F0F0;
}

.autocomplete div {
	padding: 2px 5px;
	white-space: nowrap;
	cursor: pointer;
}

#addressForm {
	margin: 0px;
	background-color: #eee;
	padding: 20px;
	border-left: 10px solid #228D8F;
}

#addressForm input {
	border: 1px solid #228D8F;
	color: #555555;
	width: auto;
	display: inline;
	margin-bottom: 10px;
}
#addressForm input[type="submit"] {
	vertical-align: unset;
}
#addressForm input[type="number"] {
	margin-right: 15px;
}
@media only screen and (min-width: 1200px) {
	#addressForm input {
		width: 500px;
		margin-bottom: 0;
	}
	#addressForm input[type="number"] {
		width: 150px;
	}
	#addressForm input[type="submit"] {
		width: 80px;
		float: right;
	}
}

#manageAddressForm input {
	width: 200px;
}

#manageAddressForm fieldset {
	border: 1px solid #aaa;
}

.mapOfResults {
	position: relative;
	margin-top: 30px;
}
.map {
	height: 400px;
	display: none;
}
