html body #main_content {
	width: 960px;
	background: url('../img/paid_search/paid_search.jpg') no-repeat left top;
}

#error_text {
	color: #000;
	float: left;
	font-size: 10px;
	margin-top: 62px;
	padding: 0 10px;
	width: 260px;
}

	#error_text h1 {
		font-size: 22px;
		font-weight: bold;
		color: #9C9C9C;
	}
	
	#error_text h2 {
		font-size: 11px;
		font-weight: bold;
	}

	#error_text form {
		margin: 15px 0;
		padding: 0;
	}

	#error_text input {
		margin: 0;
		padding: 0;
	}
	
	#error_text p {
		font-size: 11px;
	}

	#error_text input.text {
		float: left;
		font-size: 11px;
		padding: 3px 0 0 5px;
		margin: 1px 0 10px 0px;
		width: 98px;
		height: 26px;
		border: none;
		background: url('../img/paid_search/zip_box.jpg') no-repeat left top;
	}

	#error_text input.submit {
		background-color: #8fb2c0;
		border: 1px solid #888e90;
		color: #fff;
		font-size: 10px;
		text-transform: uppercase;
		padding: 2px 5px;
	}
	
	#error_text ul {
		list-style: none;
		margin-left: 0;
		padding: 0;
	}

#error_img { border:  1px solid #d0d0d0; }

#searchForm a {
	display: block;
	float: left;
	width: 145px;
	height: 19px;
	margin: 0 0 0 10px;
	padding-top: 6px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url(../img/paid_search/fd_button.png);
}
		
#searchForm a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../img/paid_search/fd_button_roll.png);
}
		
.clear {
	clear: both;
}
