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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pagewrapper {
	height: 450px;
	margin-top: -225px;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	display: block;
}

.headerwrapper {
	height: 40px;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	float: left;
	width: 100%;
}
.sectionwrapper {
	float: left;
	width: 300px;
	height: 100%;
	margin-left: 10px;	
}
.contentwrapper {
	height: 400px;
	display: block;
	position: relative;
	left: 0px;
	top: 10px;
	right: 0px;
	float: left;
	width: 100%;
}
.contentback {
	position: absolute;
	left: 0px;
	background-color: #FFF;
	width: 100%;
	top: 0px;
	height: 100%;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.headerback {
	position: absolute;
	left: 0px;
	background-color: #FFF;
	width: 100%;
	top: 0px;
	height: 100%;
}
.contentfront {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 100%;
}



h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6f9596;
	font-weight: 100;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.clientlogo {
	background-color: #FFF;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}


.inputelem {
	background-color: #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 280px;
}
a.submitter:link, a.submitter:visited {
	background-color: #DFDFDF;
	height: 20px;
	width: 100px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFF;
}

a.submitter:hover {
	background-color: #6f9596;
}
a.emailit:link, a.emailit:visited {
	background-color: #DFDFDF;
	width: 130px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	display: block;
	text-align: center;
	padding-bottom: 3px;
	height: 15px;
}

a.emailit:hover {
	background-color: #6f9596;
}
