#contact_container {
	display: block;
	position: relative;
	width: 350px;
	padding: 0 10px 25px 30px;
	overflow: hidden;
	text-align: left;
	font: 100%/140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	min-height: 425px;
	margin: 0;
}

#contact_container a {
	color: #1b1b1b;
}


#contact_container a:hover {
	color: #ffd509;
	text-decoration: underline;
}

.contact_hdr {
	font: bold 100%/85% Arial;
	color: #ffd509;
}

input, textarea {
	padding: 8px;
	font: normal 95% "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 385px;
	background: #FFF url('../images/form_background.png') left top repeat-x;
	border-left: 1px solid #a4a3a3;
	border-right: 1px solid #a4a3a3;
	border-bottom: 1px solid #a4a3a3;
	border-top: 1px solid #a4a3a3;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	float: right;
	display: block;
	margin: 0 0 10px;
	color: #2d2d2d;
}

textarea {
	width: 450px;
	max-width: 450px;
	height: 150px;
	line-height: 150%;
	color: #2d2d2d;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	-moz-box-shadow: 0 0 8px #ffd509;
	-webkit-box-shadow: 0 0 8px #ffd509;
	box-shadow: 0 0 8px #ffd509;
}

.form label {
	color: #ffd509;
	margin: 0;
	padding: 0;

	text-align: left;
	float: left;
	line-height: 250%;
	font-size: 95%;
	display: block;
	clear: left;
	position: relative;
	top: 7px;
	letter-spacing: .05em;
	left: 5px;
}

.submit input {
	width: auto;
	padding: 10px 14px;
	background: #ffd509;
	font-size: 100%;
	color: #000;
	border-left: 1px solid #a4a3a3;
	border-right: 1px solid #a4a3a3;
	border-bottom: 1px solid #a4a3a3;
	border-top: 1px solid #a4a3a3;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	cursor: pointer;
	float: left;
	display: block;
	position: relative;
	font-weight: 600;
}

#form-div {

	padding: 20px 10px 10px;
	width: 470px;
	display: block;
	float: right;
	position: relative;
	font-size: 95%;
	line-height: 120%;
	margin: 0;
}

#wrapper {
	margin: 30px auto;
	width: 500px;
}

#contact_img {
	width: 890px;
	height: 300px;
	margin: 25px auto 0;
	padding: 0;
	display: block;
	position: relative;
	border: 1px solid #a4a3a3;
}