#searchForm{
	width: 934px;
	padding: 10px 0;
	margin: 0 auto;
	border-bottom: 2px solid #eaeaea;
}

#searchForm label{
	padding: 0;
	margin: 5px 0 10px;
	border: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

#map{
	float: right;
}

.clear{
	clear: both;
}

.regularTitle{
	font-weight: normal;
	border: 0;
	text-align: center;
}

.locatorLists .floatLeft, .locatorLists .floatRight{
	width: 110px;
	margin: 0;
}

.locatorLists select{
	margin: 3px 0;
}


.locatorSearchResults{
	width: 560px;
	float: left;
	margin: 0 0 10px 0;
}

.locatorSearchResults td{
	padding: 3px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 2px solid #fff;
	color: #555;
	text-align: left;
}

.locatorSearchResults thead td{
	background: #f5f5f5;
	padding: 3px 3px;
	text-shadow: #fff 0 1px 0;
}

.locatorSearchResults .highlighted td{
	background: #e4f4f9;
}

.locatorSearchResults .tdName{
	width: 140px;
}

.locatorSearchResults .tdDistance{
	width: 60px;
}

.locatorSearchResults .tdContacts{
	width: 120px;
}

.locatorSearchResults .profileLink:hover{
	border: 0 !important;
}

.locatorSearchResults h3{
	padding: 0 !important;
	margin: 0 !important;
	color: #555;
}
