#map_group {
	font-family:'Times New Roman',Cambria,'Nimbus Roman No9 L','Freeserif',Times,serif;
	width: 910px;
	height: 490px;
	background: #fff url(images/map_bkgnd.jpg) no-repeat top left;
}

#map_settings {
	position: relative;
	width:170px;
	height:460px;
	float:left;
	padding:16px 10px 0 24px;
}

#map_settings h1 {
	font-weight:normal;
	color:#887e6f;
	font-size:24px;
	line-height:22px;
}

#map_settings label {
	font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-weight:normal;
	color:#887e6f;
	font-size:10px;
	font-weight: bold;
}

#map_results {
	visibility:hidden;
	width:192px;
	height:400px;
	position:absolute;
	margin:20px 10px 20px 18px;
	border:0;
	background:#e8e9cf;
	line-height:11px;
	z-index: 10;
	overflow:auto;
}

/* apparently set to minimum size 680 x 424 */
#map_canvas {
	width:680px;
	height: 424px;
	float: right;
	margin-top:20px;
	margin-right: 20px;
}

table {
	width: 100%;
	padding: 0;
	margin: 0;
}

.cityfield {
	width: 162px;
}

.zipfield {
	width: 90px;
}

.statebutton {
	width: 110px;
}

.go-btn {
	width: 42px;
	height: 20px;
	float: right;
	background: #babd9b;
	text-align:center;
	padding-top: 0;
}

.go-btn a {
	color: #fff;
	font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding: 3px 6px;
	text-decoration:none;
}

.go-btn a:hover {
	color: #fff;
	text-decoration:none;
	background-color: #95977c;
}

a {
	font-size:0.9em;
	color:#b1953a;
	font-family:'Times New Roman',Cambria,'Nimbus Roman No9 L','Freeserif',Times,serif;
	text-decoration:none;
}

a:hover {
	color:#b1953a;
	text-decoration:underline;
}

.submit-hide {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -9999px;
}

.store-name {
	color:#b1953a;
	font-size:0.9em;
	font-family:'Times New Roman',Cambria,'Nimbus Roman No9 L','Freeserif',Times,serif;
}

.store-address {
	color:#887e6f;
	font-size:0.6em;
	font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}

.info-name {
	font-size:1em;
}

.info-address {
	font-size:0.75em;
}

#reset {
	visibility:hidden;
	position: absolute;
	font-size:1.2em;
	text-align: center;
	left: 0;
	bottom: 28px;
	width: 100%;
}