body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #b6b8b8;
	background-color: #fafafa;
	margin: 0;
	padding: 0;
}

.body_wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.header {
	position: relative;
	margin: 0 auto;
	width: 980px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 40px;
}

.content {
	position: relative;
	margin: 0 auto;
	width: 980px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}

.modalbox {
	background-color:#0472a8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#fafafa;
	font-size:18px;
	font-weight:400;
	padding:6px 24px;
	text-decoration:none;
	text-transform: uppercase;
	margin: 40px auto;
	cursor: pointer;
}

.modalbox:hover {
	background-color:#2d4656;
}

#inline h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 5px 0 0px 0;
	text-transform: uppercase;
}

#inline {
	font-size: 12px;
}

#inline p {
	font-size: 14px;
	color: #0472a8;
}

#inline { display: none; width: 470px; }

label { margin-right: 12px; margin-bottom: 19px; font-family: 'Open Sans', sans-serif; color: #646464; font-size: 14px; }

.txt { 
display: inline-block; 
color: #676767;
width: 450px; 
font-family: 'Open Sans', sans-serif;
margin-bottom: 10px; 
border: 1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
padding: 5px 9px;
font-size: 14px;
line-height: 16px;
}

.txtarea { 
display: inline-block; 
resize: none;
color: #676767;
font-family: 'Open Sans', sans-serif;
margin-bottom: 10px; 
width: 450px; 
height: 150px;
border: 1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
padding: 5px 9px; 
font-size: 14px;
line-height: 16px;
margin: 0 auto;
}

.txt:focus, .txtarea:focus { border: 1px solid; border-color: #0472a8; color: #444; }

input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send { 
	display: block;
	cursor: pointer;
	background-color:#0472a8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fafafa;
	font-size:18px;
	font-weight:400;
	padding:6px 24px;
	text-decoration:none;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 15px;
	border: 0;
}
#send:hover {
	background-color:#2d4656;
}
#send:active {
	background-color:#2d4656;
}

.footer {
	position: absolute;
	bottom: 0;
	padding: 20px 0 40px 0;
	background-color: #2d4656;
	width: 100%
}

.footer_wrapper {
	width: 980px;
	margin: 0 auto;
	color: #fafafa;
	text-align:center;
	font-size: 11px;
}