#survey_wrapper {
	text-align: center;
	z-index: 100000;
	position: absolute;
	top:-500px;
	margin-bottom: -200px;
	height:200px;
	width: 100%;

}

#survey_contain {
	width:280px;
	height:200px;
	margin: auto;
	background: url(../images/surveys/survey_back.png) no-repeat center top;
	margin-bottom: -200px;
	padding:10px 40px 20px 40px;
}

#survey_contain h1 {
	font-size: 22px;
	line-height: 22px;
	color:#c07890;
	margin-bottom: 10px;
}

#survey_contain img {
	clear:both;
}

#survey_contain #close_link {
	float:right;
	color: #c6859c;
	clear: both;
	margin-top: -25px;
}
