#stores #center_colum label {
	display:inline-block;
	width:150px;
	font-weight:bold;
	text-align:right
}
input#addressInput {
	width:300px;
	margin-left:10px;
}
select#radiusSelect {
	margin: 0 5px 0 10px;
	width:50px;
}

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

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

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

#map {
   margin:10px auto;
   height:375px;
   width:535px
}

#stores-table { margin-top:35px;border-left:1px solid #e6e6e6;border-top:1px solid #e6e6e6;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; }
#stores-table td { padding:17px 30px;border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6; }