html body #main_content {
	background: url('../img/paid_search/paid_search.jpg') no-repeat left top;
	position: relative;
}

#wrapper #inner_wrapper #main_content { /* needed to be this specific to overwrite global layout stylesheet */
	height:425px
}

#error_text {
	font-size: 10px;
	height: 290px;
	padding: 0 10px;
	position: absolute;
	left: 29px;
	top: 115px;
	width: 280px;
}
	#error_text h1 {
		color: #333;
		font-size: 22px;
		font-weight: bold;
		line-height: 1em;
		/*margin: 5px 0 5px -10px;
		padding: 3px 0 3px 10px;*/
	}
	
	#error_text p { 
		width: 90%;
		margin-top: 12px;
	}

	#error_text form {
		margin: 10px 0 3px;
		padding: 0;
	}

	#error_text input {
		margin: 0;
		padding: 0;
	}

	#error_text input.text {
		border: 1px solid #595530;
		font-size: 11px;
		padding: 2px 3px;
		margin: 8px 5px 0 0;
		width: 79px;
		height: 18px;
		float: left;
	}

	#error_text input.submit {
		background-color: #3e3526;
		border: 1px solid #3e3526;
		color: #f2f2f2;
		font-size: 12px;
		font-weight: 600;
		padding: 0 7px;
	}
	
	#error_text ul {
		float: left;
		list-style: none;
		margin: 11px 25px 0 0;
		padding: 0;
		width: 115px;
	}

	#error_text li.title {
		color: #333;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 5px -2px;
		padding: 3px 0 3px 2px;
	}
	
	#error_text a { 
		color: #595530;
		text-decoration: none;
	}
	
	#error_text a:hover { 
		color: #595530;
		text-decoration: underline;
	}

#error_img {
	border: 1px solid #fff;
	position: absolute;
	right: 38px;
	top: 64px;
}

#searchForm a {
	display: block;
	float: left;
	width: 145px;
	height: 19px;
	margin: 8px 0 0 18px;
	padding-top: 6px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(../img/paid_search/fd_b.png);
}
		
#searchForm a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../img/paid_search/fd_b_roll.png);
}
		
.clear {
	clear: both;
}
