@CHARSET "UTF-8";

#search_location_input
{
  float:left;
}
#search_location_submit
{
  float:left;
  width:60px;
}
#loadingBox {
	z-index: 1000;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	width: 40px;
	height: 40px;
	border: 2px solid #ccc;
	opacity: 85%;
	}
