#surveyContactCover {
	position: absolute;
	z-index: 1000;
	align: center;
	valign: center;
	margin-top: 72px;
}

.surveyContactContainer {
	valign: center;
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	clear: left;
	color: #003333;
	font-size: 8pt;
	background-color: #dbdbc1;
	align: center;
}

.surveyContactContainer .surveyContactContent a {
	color: #003333;
	text-decoration: none;
	valign: center;
}

.surveyContactContainer .surveyContactContent a:hover, .surveyContactContainer a:active {
	text-decoration: underline;
}

.surveyContactContainer .surveyContactContent .surveyContactClose {
	display: block;
	height: 36px;
	line-height: 34px;
	padding-right: 30px;
	font-size: 7.5pt;
	text-align: right;
	background: url(survey_engage_close.gif) no-repeat right center;
	background-color: #dbdbc1;
}

.surveyContactContainer .surveyContactContent .surveyContactHeader {
	font-weight: bold;
}

.surveyContactContainer .surveyContactContent {
	line-height: 18px;
}

.surveyContactContainer .surveyContactContent p {
	margin-top: 18px;
	margin-bottom: 0px;
}

.surveyContactContainer .surveyContactContent .surveyContactNext {
	background: url(event_nl_a.gif) no-repeat right top;
	text-align: left;
	margin-left: 15px;
	display: block;
	margin-top: 18px;
}

/* Specific for surveyContact page -------------------- */

#surveyContactPage {
	height: 100%;
	width: 500px;
	background-color: #dbdbc1;
}

#surveyContactPage .surveyContactContent .surveyContactTopLeft {
	left: 0px;
	width: 500px;
	height: 248px;
}

#surveyContactPage .surveyContactContent .surveyContactMiddle {
	width: 360px;
	top: 150px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 60px;
	/*margin: 30px 60px;*/
	background-color: #dbdbc1;
}


#surveyContactPage .surveyContactContent .surveyContactBottomFull {
	width: 360px;
	top: 280px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 60px;
	/*margin: 30px 60px;*/
	background-color: #dbdbc1;
}

.surveyContactContainer .surveyContactContent .surveyContactBack {
	background: url(event_nl_b.gif) no-repeat left top;
	text-align: right;
	margin-right: 5px;
	display: block;
	margin-top: 18px;
}

.surveyContactContainer .surveyContactContent .surveyContactClose {
	text-align: right;
	display: block;
	/*margin-top: 18px;*/
}

