.locator_page_links {
margin: auto;
}


input.submitLink {
  color:#FFFFFF;
  font-weight:bold;
  background-color: transparent;
  text-decoration:underline;
  border: none;
  cursor: pointer;
}

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

.locator_results {
width: 400px;
text-align: left;
margin-top: 20px;
}

.locator_results p:first-line{
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
	margin-top:14px;
	padding-top:14px;
} 
.locator_results p{ 
	padding:4px 0 12px 0;
}
#results a, #results a:visited, #results a:active {color:#FFFFFF; text-decoration:underline;}
.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;
}
