#wrapper #open_content {
	height:425px;
}

#error_bkgd {
  background-image:url(/img/chrysler_bkg.jpg);
  height:426px;
  margin-left:10px;
  width:960px;
}

#error_text {
	color: #333333;
	float: left;
	font-size: 10px;
	padding: 50px 30px;
	width: 360px;
}
#error_text h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#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 input.text {
	font-size: 11px;
	padding: 1px 0;
	margin-right: 5px;
	width: 225px;
}

#error_text input.submit {
	background-color: #ffffff;
	border: 1px solid #333333;
	color: #333333;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 5px;
}
#error_img { 
        border:  1px solid #333333;
	position:relative;
	float:left;
	margin:60px 0px 0px 30px;
}

#error_text ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:11px 25px 0 0;
	padding:0;
	width:140px;
}

#error_text ul li{
	list-style-type: none;
}

#error_text ul li a, #error_text ul li a:visited {
	color: #333333;
	text-decoration:underline;
	font-size: 11px;
}

#error_text ul li a:hover {
	color: #006794;
}
#error_text a, #error_text a:visited {
	color: #333333;
}
#error_text a:hover {
	color: #006794;
}
#error_text .title {
	font-size: 12px;
	font-weight: bold;
        color:#006794;
}



