#stores #center_column {
	padding-bottom: 70px;
	}
input#addressInput {
	padding:2px 5px;
	width:300px;
	border:1px solid #ccc
}
select#radiusSelect {
	margin: 0 5px 0 0;
	width:50px;
	border:1px solid #ccc
}

#stores_loader {
   display: none;
   margin-left: 5px;
   vertical-align: top;
}

#locationSelect {
	visibility: hidden;
	width: 200px;
	border:1px solid #ccc;
}

#stores #center_column p .button {float:right}


#stores-table {border-bottom:1px solid #999; width:100%; margin-top: 30px;}
#stores-table td {
	border-top:1px solid #ccc;
	border-bottom:none
}

#map {
	width: 100%;
	height: 400px;
	margin: 10px 0 15px 0;
}
.address-input, .radius-input, .stores_location, .stores_select {
	display:inline-block;
	padding-right:15px;
	vertical-align: top;
}
.radius-input .button {line-height: 20px; padding: 1px 10px 2px 10px;}
.radius-input .selector {vertical-align: top;}
.stores_location label {
	margin-right:10px;
}
input#addressInput {
	font-size:11px;
	line-height:17px;
}
#stores-table {
	border-bottom: 1px solid #e5e5e5;
}
.store-content,
.store-content-select {
	display: inline-block;
	vertical-align: top;
}
.name span {display: block;}