#gravity-forms-survey-funnel-background {
	background: #000;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	
	zoom: 1;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

#gravity-forms-survey-funnel-form {
	background: #fff;
	position: absolute;
	display: none;
	padding: 20px;
	z-index: 10001;
	
	zoom: 1;
	filter: alpha(opacity = 100);
	opacity: 1.0;
}

#gravity-forms-survey-funnel-form #close {
	float: right;
	width: 32px;
	height: 32px;
	background: url('../images/close.png') no-repeat;
}

#gravity-forms-survey-funnel-form #close:hover {
	cursor: pointer;
}