body {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #333;
background: #fff;
text-align: center;
}

#container {
padding: 1em;
width: 400px;
margin: auto;
background: #fff;
}

.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: bold;
width: 100px;
float: left;
text-align: right;
}

.locator_result_field_data {
margin-left: 105px;
text-align: left;
}