#b2b_page_stores {
	padding: 10px;
}
#b2b_page_stores #StoreLocatorFormBanner {
	margin: 0px;
}
#b2b_page_stores .content {
	float: left;
	width: 540px;
	height: 330px;
	padding: 0px 20px 10px 20px;
	background-color: #E9E9D5;
}
#b2b_page_stores .content .form {
	width: 400px;
	border: 0px none;
}
#b2b_page_stores .content .form fieldset .fieldset {
	border: 0px none;
}
#b2b_page_stores .content .form fieldset .fieldset label {
	border: 0px none;
}
#b2b_page_stores .content .form fieldset .fieldset .fieldElement {
	border: 0px none;
}
#b2b_page_stores .results {
	width: 750px;
}
#b2b_page_stores .results .store {
	float: left;
	width: 150px;
	height: 135px;
	padding: 5px 5px 5px 5px;
}
#b2b_page_stores .results .store span.label {
	font-weight: bolder;
}
#b2b_page_stores .results .certified {
	display: block;
	width: 150px;
	height: 30px;
	background: transparent url("../images/cert_en.png") no-repeat 0% bottom scroll;
}
#b2b_page_stores .results .recommended {
	display: block;
	width: 150px;
	height: 30px;
	background: transparent url("../images/rec_en.png") no-repeat 0% bottom scroll;
}
#b2b_page_stores .content .form fieldset .multiple {
	width: 540px;
}
#b2b_page_stores .content .form fieldset .multiple .label {
	width: auto;
	padding-right: 10px;
	border: 0px none;
}
#b2b_page_stores .actionButton {
	clear: left;
	padding-top: 10px;
}