/*
#searchForm {
	clear: left;
	float: left;
	margin-top: 1em;
	width: 33%
}
#sl_map_and_results {
	clear: right;
	float: right;
	width: 33%
}
.sl_field + .sl_field {
	margin-top: 1em;
	text-align: left;
}
.sl_field input {
}
#addressInput {
	background: none transparent !important;
	display: inline;
}
#radius_label,
#radiusSelect_div {
	display: inline;
}
#radiusSelect_div {
	margin-left: 0.5em;
}
#sl_button {
	margin-top: 1em;
}

*/
#sl_map_and_results {
	float: right;
	width: 50%
}
#searchForm {
	clear: left;
	float: left;
	margin-top: 1em;
	width: 45%
}
.sl_field label {
	margin-left: 0;
}
#sl_button input {
	box-shadow: none;
	max-width: 165px;
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 480px) {
#sl_map_and_results {
	clear:both;
	float: none;
	width: 100%
}
#searchForm {
	clear: both;
	float: none;
	margin-top: 1em;
	width: 100%
}
	
}
