/* style definitions for retailer_locator/index.php & retailer_locator/results.php */

#content h4 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
	width: auto;
}
#content #col_one.loc form {
	border: 1px solid #c1b693;
	width: 70%;
	text-align: center;
	padding: 10px;
	background-color: #ece6c3;
	position: relative;
	margin: 0 0 0 13%;
}
#content form p {
	text-align: center;
	font-style: italic;
	margin: 5px 0;
}
#content form label {
	display: block;
	font-weight: bold;
	float: left;
	clear: both;
	width: 50%;
	text-align: left;
	line-height: 2em;
}
#content form fieldset {
	border: 0;
	border-bottom: 1px solid #D5CEB7;
	padding-bottom: 5px;
	margin: 5px 0;
	text-align: right;
}
#content form fieldset#sub {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#content form fieldset.main input {
	width: 150px;
}
#content form fieldset.main select {
	width: 156px;
	max-width: 154px;
}
