body #fr-store-locator {
	width: 325px;
	margin: auto;
}

body #fr-store-locator #fr-store-locator-form, body #fr-store-locator-form * {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-size: 1em;
}
body #fr-store-locator #fr-store-locator-form div {
	display: block;
	overflow: hidden;
	text-align: right;
	width: 300px;
	margin-bottom: 1em;
}

body #fr-store-locator #fr-store-locator-form div label {
	float: left;
	text-align: left;
}

body #fr-store-locator #fr-store-locator-form div label input, 
body #fr-store-locator #fr-store-locator-form div label select {
	display: block;
	border: 1px solid gray;
	width: 298px;
}
body #fr-store-locator #fr-store-locator-city-state label#fr-store-locator-city-label input, 
body #fr-store-locator #fr-store-locator-city-state label#fr-store-locator-state-label select {
	width: 145px;
}

body #fr-store-locator #fr-store-locator-city-label {
	margin-right: 2%;
}

body #fr-store-locator #fr-store-locator-city-label, 
body #fr-store-locator #fr-store-locator-state-label{
	width: 48%;
	float: left;
}

body #fr-store-locator #fr-store-locator-results {
	list-style-type: none;
	padding: 0px;
}
body #fr-store-locator #fr-store-locator-results li {
	margin-bottom: 1em;
}
