h1 {
	margin-top: 32px;
	font-size: 13px;
	line-height: 16px;
}

#black_stroke_box {
	position: relative;
	padding: 15px 0;
	background: url('/_library/gfx/yellow_grad_bg_tile.png') repeat-y top right;
}

#black_stroke_box_nav {
	margin-top: 71px;
}

#contact_form {
	position: relative;
	margin-left: 15px;
	padding-bottom: 10px;
	width: 475px;
	background: url('/_library/gfx/contact_form_bg.png') repeat-y top right;
}

#contact_form textarea {
	margin: 25px 0 12px 20px;
	padding: 8px;
	width: 375px;
	height: 80px;
	font-family: "Avenir", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #624630;
	background: white;
	border: 1px solid white;
}

#contact_form input {
	margin: 0 0 12px 20px;
	padding: 8px;
	width: 375px;
	font-family: "Avenir", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #624630;
	background: white;
	border: 1px solid white;
}

#contact_form .error {
	border: 1px solid red;
}

#contact_form button {
	position: absolute;
	bottom: 27px;
	right: -32px;
	width: 66px;
	height: 20px;
	text-indent: -9999px;
	background: url('/_library/gfx/contact_submit.png') no-repeat top left;
	border: none;
}

#contact_thankyou {
	position: absolute;
	top: 100px;
	left: 125px;
	padding: 50px 0;
	width: 300px;
	font-size: 18px;
	text-align: center;
	background: white;
	border: 1px solid black;
	z-index: 5;
}

#contact_thankyou_close {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 11px;
}
