body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff;
	text-align: left;
}

#locateContainer {
	padding: 1em;
	width: 800px;
	background: #fff;
}

th, td {
	text-align: left;
	vertical-align: middle;
}
form td input {
	width: 290px;
}
.locator_page_links {
	margin: auto;
}


input.submitLink {
	color: #00f;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
}

input.submitLinkCurrentPage {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.locator_results {
	width: 400px;
	text-align: center;
	border: 1px solid #999;
	background: #eee;
	margin: auto;
	margin-top: 10px;
}


.locator_result {
	background: #fff;
	padding: 10px;
	margin: auto;
	margin: 10px;
	border: 1px solid #999;
}

.locator_result_field_name {
	font-weight: normal;
	width: 100px;
	float: left;
	text-align: right;
}

.locator_result_field_data {
	margin-left: 105px;
	text-align: left;
}