html body #main_content {
	background-image: url('../img/error_page_bg.jpg');
	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: 405px;
}

	#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%; }

	#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: 237px;
		height: 13px;
	}

	#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;
}
