#survey iframe {
	border: 0;
	width: 500px;
	height: 450px;
}

#survey .close {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	display: block;
	font-size: 20px;
}

#survey .header {
	margin-bottom: 15px;
}

#survey {
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	left: 50%;
	padding: 20px;
	position: fixed;
	top: 400px
	margin-left: -250px;
	margin-top: -175px;
	display: none;
	background:#fff;
}