/* DROP DOWN MENU CSS */

#store_locator fieldset {border:0;margin-bottom:10px;width:100%;}
#store_locator legend {color:#000;margin-bottom:5px;}
#store_locator fieldset#consumer legend,
#store_locator fieldset#business legend {
	background:transparent url('/pix/arrow_swedese.gif') no-repeat center left;
	padding-left:15px;
}
#store_locator fieldset#consumer legend.active,
#store_locator fieldset#business legend.active {
	background:transparent url('/pix/downarrow_swedese.gif') no-repeat center left;
}
#store_locator select {
	background-color:#ddd;
	border:0;
	margin-bottom:5px;
	width:100%;
}
