html, body {
	padding: 0px;
	margin: 0px;
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,Verdana,Helvetica,sans-serif;
}
#cont {
	width: 300px;
}
#store-locator {
	width:285px;
	height:113px;
	padding: 0px 0px 0px 15px;
	margin:0px;
	background-color:#5C6574;
	background-image:url(../images/store_selector/storeFinder_bg.jpg);
	font-size:1.2em;
	line-height:1.6em;
	text-align:left;
	color:#FFFFFF;
}
#store-locator .zip-header {
	font-size: 1.3em;
	font-weight: bold;
}
#store-locator IMG.find{
	position: relative;
	top: 4px;
}
#store-locator #button-zone{
	padding-top: 5px;
}
#store-locator #button-zone #store_zip {
	width: 150px;
}

#store-locator .closeOverlay {
	color:#F68428;
	display:block;
	font-size:1em;
	padding: 4px 10px 0px 0px;
	text-align: right;
}

/* testing rounded corners with overlays */
.top-left {
	background:transparent url(../images/common/overlay_corners_top.gif) repeat scroll 0 0;
	font-size: 2px;
	height:9px;
	margin: 0px 9px 0 0;
}
.top-right {
	background:transparent url(../images/common/overlay_corners_top.gif) repeat scroll 100% 0;
	font-size: 2px;
	height: 9px;
	margin-left: 9px;
	margin-top: -9px;
}
.bottom-left {
	background:transparent url(../images/common/overlay_corners_bottom.gif) repeat scroll 0 100%;
	font-size: 2px;
	height:9px;
	margin: 0px 9px 0 0;
}
.bottom-right {
	background:transparent url(../images/common/overlay_corners_bottom.gif) repeat scroll 100% 100%;
	font-size: 2px;
	height: 9px;
	margin-left: 9px;
	margin-top: -9px;
}
