@charset "UTF-8";
/* CSS Document */

#slide_7 {
	background-color: #CCC;
	height: 1900px;
	width: 960px;
	background-image: url(../images/oakdale_slide_7.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-attachment: fixed;
}
#slide_7_outer {
	position: relative;
}
#slide_7_inner {
	position: absolute;
	height: 1650px;
	width: 733px;
	background-color: #FFF;
	left: 117px;
	top: 140px;
    filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#slide_7_inner_inner {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 50px;
}
#slide_7 h1 {
	font-weight: normal;
}
#slide_7 p {
	font-size: 14px;
	line-height: 24px;
}
form {
	width: 610px;
	float: left;
}
.form_section {
	width: 610px;
	padding-bottom: 5px;
}
label {
	display: block;
	font-size: 14px;
}
input[type="text"] {
	font-size: 14px;
	font-family: "Open Sans Light";
	width: 600px;
	padding: 3px;
	border: 1px solid #836F3F;
}
textarea {
	font-family: "Open Sans Light";
	font-size: 14px;
	padding: 5px;
	width: 600px;
	height: 200px;
	border: 1px solid #836F3F;
}
input[type="submit"] {
	height: 30px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #3D6D54;
	color: #FFF;
	float: right;
}
#slide_7 p img {
	padding-top: 20px;
}
