div#content .body ul.breadcrumb-nav li#show-form {float:right;}
div#map {
	position:absolute;
	top:24px;
	left:5px;
	width:606px;
	height:360px;
}
form#locator {
	position:absolute;
	top:24px;
	left:5px;
	width:465px;
	height:166px;
	padding:108px 70px 86px 71px;
	background:#fff url(/cr/images/form_load_bg.jpg) no-repeat center top;
	z-index:1000;
}
	form#locator p {
		text-align:center;
		font-size:0.7em;
	}
	form#locator table {
		width:300px;
		margin:13px auto;
	}
		form#locator table tr {}
			form#locator table tr th,
			form#locator table tr td {
				padding:2px 5px;
			}
			form#locator table tr th {
				text-align:left;
				font-size:0.7em;
			}
			form#locator table tr td {}
				form#locator table tr td input {}
				form#locator table tr td input#uaddr {
					width:120px;
				}
				form#locator table tr td input#ucity {
					width:80px;
				}
				form#locator table tr td input#uzip {
					width:60px;
				}
			form#locator table tr td.submit {
				text-align:right;
				padding:10px 5px;
			}