#header_right_search_holder {
	width:668px;
	margin-top:12px;
	float:left;
	}

#header_search_name {
	width:180px;
	height:20px;
	margin-right:12px;
	padding:10px;
	color:#7E7E7E;
	font-size:17px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	border:3px solid #333;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	float:left;
	}
	
	#header_search_name:focus {
		outline:none;
		border:3px dotted orange;
		}
	
#header_search_select_style {
	width:109px;
	height:46px;
	padding-top:10px;
	padding:10px;
	margin-right:12px;
	color:#7E7E7E;
	font-size:17px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	border:3px solid #333;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	float:left;
	}
	
	#header_search_select_style:focus {
		outline:none;
		border:3px dotted orange;
		}
	
#header_search_location {
	width:180px;
	height:20px;
	padding:10px;
	margin-right:12px;
	color:#7E7E7E;
	font-size:17px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	border:3px solid #333;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	float:left;
	}
	
	#header_search_location:focus {
		outline:none;
		border:3px dotted orange;
		}
	
#header_search_select_dist {
	width:103px;
	height:46px;
	padding:10px;
	color:#7E7E7E;
	font-size:17px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	border:3px solid #333;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	float:left;
	}
	
	#header_search_select_dist:focus {
		outline:none;
		border:3px dotted orange;
		}
		
#header_search_submit {
	width:109px;
	height:46px;
	margin-left:1px;
	padding:10px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	letter-spacing:1px;
	font-style:italic;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	background:#333;
	border:3px solid #333;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	cursor:pointer;
	float:left;
	}
	
	#header_search_submit:hover {
		color:#333;
		border:3px dotted orange;
		background:#fff;
		}
		
	#header_search_submit:focus {
		color:#333;
		border:3px dotted orange;
		background:#fff;
		}