.row {
	margin-bottom: 20px;
}

#home-search{
	float: left;
	width: 520px;
	margin-right: 40px;
	margin-bottom: 10px;
}

	#home-search h2 {
		background: #FF9933;
		width: 140px;
		padding: 5px 10px;
		font-weight: bold;
		font-size: 100%;
		color: #FFF;
	}

#home-login {
	float: left;
	width: 400px;
}

	#home-login h2 {
		width: 140px;
		background: #d1d1d1;
		padding: 5px 10px;
		font-weight: bold;
		font-size: 100%;
	}

#UserLoginForm {
	background: #d1d1d1;
	padding: 10px;
	margin-bottom: 2px;
	height: 80px;
}

	#UserLoginForm .input {
		float: left;
		width: 150px;
		margin-right: 10px;
	}
	
	#UserLoginForm .input input {
		width: 150px;
	}
	
	#UserLoginForm .submit {
		float: left;
		width: 60px;
		margin-left: 0px;
		margin-top: 23px;
	}
	
		#UserLoginForm .submit input {
			width: 60px;
			padding-top: 4px;
			padding-bottom: 4px;
		}
		
		#UserLoginForm p {
			clear: both;
			font-size: 93%;
		}
		
			#UserLoginForm p a {
				color: #ff0000;
				border-bottom: 1px dotted #ff0000;
				text-decoration: none;
				
			}
	
	
		


#register-module {
	background: #666666;
	padding: 5px 10px;
	height: 60px;
}

	#register-module h2 {
		background: none;
		color: #FFF;
		padding: 0px;
		margin-bottom: 5px;
		width: auto;
	}
	
	#register-module a {
		margin-right: 20px;
	}

#JobSearchForm {
	background: #FF9933 url(../img/home-search-bg.png) repeat-x bottom left;
	padding: 20px 10px 10px 10px;
	position: relative;
	margin-bottom: 0px;
	height: 142px;
}

#JobSearchForm .input .ajax-loader {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 10px;
	padding-top: 3px;
}

#JobSearchForm .input label {
	width: 150px;
	color: #FFF;
	font-weight: bold;
}

.submit-row {
	height: 23px;
}

#JobSearchForm .input .JobAreaLabel {
	padding-left: 20px;
	width: 130px;
	background: url(../img/search-sub-arrow.png) no-repeat;
}

#JobSearchForm .search-image {
	position: absolute;
	right: -10px;
	bottom: 0;
}

.advanced-search-option {
	font-size: 85%;
	margin-left: 10px;
	line-height: 24px;
}

.advanced-search-option,
.advanced-search-option a {
	color: #FFF;
}


.action-button {
	float: left;
}

#latest-jobs {
	float: left;
	width: 540px;
}

	#latest-jobs h3 a {
		font-size: 100%;
		color: #333;
		font-weight: bold;
	}

	#latest-jobs .job {
		width: 138px;
		margin-right: 20px;
		float: left;
		background: #e5e5e5;
		border: 1px solid #a1a1a1;
		margin-bottom: 20px;
		padding: 10px;
		font-size: 85%;
		height: 66px;
	}
	
	#latest-jobs .standout {
		border: 2px solid #FF9900;
		background: #fff7ea;
		width: 136px;
		height: 64px;
	}

#module-banners {
	float: left;
	margin-left: 20px;
}

	#module-banners ul li {
		float: left;
	}
	
	#module-banners ul li.first {
		margin-right: 20px;
	}

