/* CSS Document */

#job_search {
	background: #990000 url(job_search.gif) repeat-x top;
	height: 208px;
	padding: 10px;
	color: #fff;
	border: 1px solid #50180d;
	position: relative;
	margin: 0 -20px 0 -10px;
	}

#job_search h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	}

	
#job_search p {
	margin: 0;
	}
	
#job_search_selector {
	visibility: hidden;
	}
	
#job_search #no_js {
	min-height: 1px;
	border: 1px solid green;
	}
	
#job_search select {
	width: 310px;
	float: left;
	}
	
#job_search label {
	display: block;
	float: left;
	height: 22px;
	width: 190px;
	line-height: 22px;
	font-weight: bold;
	}
	
.field_container {
	padding: 10px 0;
	clear: both;
	min-height: 1px;
	border-top: 1px dashed #cc9999;
	border-bottom: 1px dashed #cc9999;
	margin-bottom: -1px;
	}
	
* html .field_container {
	height: 1px;
	}
	
.field_container:after {
	display:block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
	}
	
#job_search_buttons {
	clear: both;
	text-align: right;
	padding: 10px 10px 0 0;
	}
	
#job_search_go {
	padding: 3px 15px;
	}
	
#job_search_location_select {
	margin-top: 10px;
	}
