html body #main_content {
	background: url('../img/paid_search/paid_search.jpg') no-repeat left top;
	background-color: #939393;
	padding: 20px 0;
	width:960px;
}

/*html body #wrapper { background-color: #939393; } /* Done to convince IE7 that there's a background color */

#error_text {
	float: left;
	margin-top: 35px;
	padding: 0 10px;
	width: 270px;
}

#error_text p {
	color: #000;
	
}

	#error_text h1 {
		font-size: 21px;
		font-weight: bold;
		color: #424242;
	}

	#error_text h2 {
		font-size: 13px;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#error_text ul {
		list-style: none;
		margin: 10px 0;
		padding: 0;
	}

	#error_text a { color: #fff; }
	
	#error_text form {
		margin: 0;
		padding: 0 0 10px 0;
	}
	
	#error_text input {
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#error_text input.text {
		font-size: 11px;
		padding: 2px 0 0 5px;
		margin: 3px 5px 12px 0;
		width: 122px;
		height: 17px;
		border: solid 1px #cecece;
	}
	
	#error_text input.submit {
		background-color: #6A6A6A;
		border: 1px solid #000;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 2px 7px;
	}
	
#error_img { border: 1px solid #000; }

#searchForm a {
	display: block;
	float: left;
	width: 101px;
	height: 21px;
	margin: 0 0 0 10px;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url(../img/paid_search/fd_btn.png);
}
		
#searchForm a:hover {
	color: #000;
	text-decoration: none;
	background: url(../img/paid_search/fd_btn_over.png);
}
		
.clear {
	clear: both;
}

