#search_header a { outline:none; }
#search_header h1 {
	font-size:28px;
	color:#FFF;
	margin-bottom:0px;
	margin-top:12px !important;
}
#search_header p {
	margin-bottom:20px;
	padding:0px;
	font-size:12px;
	color:#FFF;
	line-height:14px;
	margin-top:5px !important;
}
#search_header input {
	width: 145px;
	float:left;
	border:2px solid #CCC;
	-moz-border-radius:4px;
	width:145px;
	margin-right:15px;
	margin-top:10px;
}
#search_header label {
	font-weight:bold;
	color:#414141;
	font-size:12px;
}
#search_header select {
	float:left;
	border:2px solid #CCC;
	-moz-border-radius:4px;
	padding:3px;
	font-size:11px;
	margin-right:15px;
	margin-top:10px;
}
#search_header {
	/*width:945px;*/ 
	margin:0 auto;
	background-color:#75A6C7;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important; /* future proofing */
	margin-top:20px;
	padding-top:15px;
	
}
#search_header_left {
	width:538px; 
	float:left;
	padding:0px 10px 15px 20px;
}
#search_header_right {
	width:325px;
	height:350px;
	float:left;
}
#search_header_left .field_box {
	width:145px;
	float:left;
	padding-right:20px;
}
#search_header_left .field_box_placeholder {
	width:145px;
	height:30px;
	float:left;
	padding-right:20px;
}
#search_header_left2 .select {
}
#search_header .field_box_business {
	width:338px;
	float:left;
	margin-top:5px;
}
#search_header .field_box_business select {
	width: 324px;
}
#search_header .field_box_submit {
	float:right;
	margin-top:8px;
	margin-right:15px;
}
.search_profile_image {
	border:1px solid #CCCCCC;
	float:left;
	height:75px;
	margin-right:15px;
	width:75px;
	overflow:hidden;
}
.field_box input {
	border:2px solid #CCC !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important; /* future proofing */
	;
	padding:4px !important;
	font-size:11px;
}
#search_results {
	width:475px; 
	float:left;  
	margin-bottom:10px;
	border:2px solid #CCC !important;
}
.search_result_item {
	width:450px;
	height:85px;
	padding:12px;
	border-bottom:1px solid #CCC;
}
.user_search_image {
	float:left;
}
.search_name {
	font-size:12px;
	float:none;
	height:95px;
	clear: right;
	display: inline;
	float:left;
	width:245px;
	margin-left:-5px;
}
.search_right {
	width:90px;
	float:right;
	height: 95px;
	font-size:11px;
	text-align:right;
	padding-right:20px;
}
.search_right a{
	font-size:14px;
}
.search_star {
	float:right;
	padding-left:10px;
	height:90px;
	width:50px;
	text-align:right;
}
.advanced_bg {
	background-color:#e1f2fc;
}
#map-wrapper { /* required to avoid jumping */ 
  margin-top:-20px;
  position: absolute;
  margin-left: 490px;
  width:280px;
  
}
#map_placeholder {
	height:500px;
	float:left;
	
}
#map {
  position: absolute;
  top: 0;
  margin-top: 20px; 
  padding-top: 19px;
  border:2px solid #CCC !important;
} 

#map.fixed {
  position: fixed;
  top: 0;
}

#search_tabs {
	height:33px;
	padding-left:0px;
	width:550px;
	margin-bottom:0px;
}
#search_tabs li {
	float:left;
	width:259px;
	background-color:#EBEBEB;
	padding:5px 0px 5px 0px;
	border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	height:23px;
}
#search_tabs li a {
	font-size:18px;
	font-weight:bold;
	color:#AAA;
	margin-left:10px;
	display:block; 
}
#search_tabs li a:hover { 
	text-decoration:none!important;
	
}
.address_member {
	margin-right:20px;
}
.address_member a:hover 
{
	text-decoration:none!important;
}
.active_search {
	background-color:#FFF!important;
	color:#000;
}
.active_search a {
	color:#000!important;
	text-decoration:none!important;
}
.active_search a:hover {
	text-decoration:none!important;
}
.search_names {
	padding:10px!important;
	font-size:16px!important;
	width:250px!important;
}
#search_form {
	background-color:#FFF;
	padding:10px;
}
#search_header_left .field_box_name {
	width:238px!important;
	height:45px;
	float:left;
	padding-right:20px;
}
.field_box_name input {
	border:2px solid #CCC !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	padding:7px !important;
	font-size:16px;
	font-weight:bold;
	width:225px!important;
}
.field_box_zip { 
	float:left;
	padding-right:20px;
	width:490px; 
}
.field_box_zip input {
	border:2px solid #CCC !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	padding:4px !important;
	font-size:11px; 
	width:235px!important;
}
#find_icon {
	background-image:url("/assets/images/search/btn-arrow-show.gif");
	height:32px;
	background-repeat:no-repeat;
	line-height:28px;
	margin-top:13px;
	font-weight:bold;
}
.member_on {
	background-image:url("/assets/images/search/btn-arrow-hide.gif")!important;
}
.zip_input {
	width: 70px!important; 
	margin-left:10px;
}
.street_input {
	width:290px!important; 
}
 
.zip_input input {
	width: 75px!important;
			padding:8px!important;
	font-weight:bold;
	font-size:16px;
}
.street_input input {
	width:295px!important;
	font-size:16px;
	padding:8px!important;
	font-weight:bold;
}
.ui-icon-plus {
	background-image:url("/assets/images/search/btn-arrow-show.gif");
	background-repeat:no-repeat;
}
.close_toggle {
	display:block;
	padding-left:40px;
}
.field_box_state select { 
	float:left;
	padding:3px!important;
}
 
.field_box_city {
	height:25px;
	width: 230px;
	float:left;
}
.field_box_city input {
	-moz-border-radius:3px 3px 3px 3px !important;
	border:2px solid #CCCCCC !important;
	font-size:11px;
	padding:4px !important;
	width:235px!important; 
}
.field_box_submit {
	cursor:pointer;
	overflow:hidden;
	padding:0px!important;
	margin:0px!important;
}
.field_box_radius select { 
	padding:8px!important;
	font-weight:bold;
	font-size:16px;
}
.field_box_submit input {
	height:37px;
	width:73px;
	background-image:url('/assets/images/search/submit.gif');
	background-repeat:no-repeat;
	background-position:top center;
	border:none!important;
	padding:0px!important;
	margin:0px!important;
}
.field_box_submit input:hover { 
	border:0px!important;
	background-position:bottom center;
}
.lady_cdpe { width:357px; height:359px; float:right; padding:10px 20px 0px 0px; margin-top:10px; } 
#location_tab { width: 500px; }
#name_tab { width: 500px; }
#location_tab ul li { padding:10px 0px 10px 0px!important;}
#name_tab ul li { padding:20px 0px 20px 0px; }
.search_tips {   padding-top:10px; width:100px; height:20px; margin-left:280px; position:absolute; font-weight:bold; background-image:url('/assets/images/search/help2.png');
background-position:left 80%; background-repeat:no-repeat; padding-left:10px; ; } 
.search_tips a { padding-left:10px; }
.label { margin-top:5px; }
.text-block {  z-index:1; color:#FFF; font-size:14px!important; font-weight:normal;}

ul.popups { padding-left:0px!important;   }

ul.popups li {padding:10px 0px 10px 0px!important;  }
.reset_me_please { margin-top:0px; }

.form_error { font-weight:bold; color:red;} 
.margin-20 { margin-left:20px!important; }
.firstClass {
background-color: #ccc!important;
}
