#header-image {
	position: relative;
	background: url('/images/contact/header.jpg');
	height: 162px;
	width: 860px;
	left: 2px;
}
#header-image h2 {
	line-height: 162px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 35px;
	font-size: 48px;
	color: #fff;
	font-weight: normal;
}

#content {
	margin: 14px 35px 0px 35px;
}

h3 {
	font-weight: normal;
	color: #060;
	font-style: italic;
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 0;
	padding-bottom: 0;
}

p {
	margin-top: 0;
}

input, textarea {
	font: 12px Georgia, serif;
	color: #666;
	border: 0;
	background: #e5e5e5;
	padding: 5px;
	margin: 3px 2px;
}

#firstName, #lastName, #city, #phone, #email {
	width: 163px;
}
#address, textarea {
	width: 343px;
}
#state {
	width: 55px;
}
#zipcode {
	width: 91px;
}
#yes, #no, #submit {
	background: #fff;
}
textarea {
	height: 215px;
	width: 400px;
	position: absolute;
	top: 0;
	left: 380px;
}
#container {
	padding: 0;
	top: 0;
	left: 0;
}

#submit {
	position: absolute;
	padding: 0;
	bottom: 0;
	right: 0;
}
form {
	display: block;
	position: relative;
	height: 285px;
	margin-bottom: 10px;
}
.success {
	background-color: #060;
	color: #fff;
}

p.success {
	padding: 15px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 30px;
	text-align: center;
	margin-left: -33px;
	margin-right: -33px;
	background-color: #060;
	color: #fff;
}