#jobSearchForm label {
	font-weight: bold;
	width: 180px;
	float: left;
	padding-right: 6px;
	font-size: 1.1em;
	color: #606060;
	height: 20px;
	line-height: 20px;
	text-align: right;
}

#jobSearchForm input, #jobSearchForm select {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
}

#jobSearchForm li {
	padding: 0.6em 0;
}

#jobSearchForm input {
	width: 200px;
}

#jobSearchForm select {
	width: 206px;
}

.searchButton {
	width: 100px !important;
}

#searchResults {
	width: 100%;
	display: block;
}

#searchResults li {
	padding: 0.5em;
	border-bottom: 1px solid #e0e0e0;
}

li.odd {
	background: #f9f9f9;
}

#searchResults li h3 a {
	font-size: 1.3em;
	color: #018cfb;
	text-decoration: none;
	font-weight: normal;
	float: left;
}

#searchResults li h3 a:hover {
	text-decoration: underline;
}

#searchResults li h3 {
	font-size: 1.1em;
}

#searchResults li h3 span {
	float: right;
	font-weight: bold;
}

p {
	clear: both;
	padding: 0.5em 0;
	font-size: 1.2em;
	color: #606060;
}

#searchResults li h3 a.new_job {
	background: url(/images/new_icon.gif) top right no-repeat;
	padding-right: 20px;
}

h2 {
	font-size: 1.7em !important;
	margin-top: 1.5em;
	padding-top: 0.5em;
}

h3 {
	font-size: 1.3em;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

h4 a {
	font-size: 1.5em;
	color: #018cfb;
	text-decoration: none;
	font-weight: normal;
}

h4 a:hover {
	text-decoration: underline;
}
