@charset "utf-8";
/* CSS Document */
#jquerySurveyPopup {
	position: absolute;
	top:100px;
	left:50%;
	margin:0 0 0 -370px;
	width: 740px;
	height:540px;
	background:#fff;
	z-index:9999;
}
#jquerySurveyPopupBackground {
	position:absolute;
	top:100px;
	left:50%;
	margin:-8px 0 0 -378px;
	width: 756px;
	height:556px;
	background:#000;
	z-index:9998;
}
#jquerySurveyPopupContent {
	width:730px;
	margin:0 auto;
}
a#jquerySurveyPopupClose {
	display:block;
	text-align:right;
	font-size:10px;
	text-decoration:none;
	padding:3px;
	color:#000;
}
a#jquerySurveyPopupClose:hover {
	color:#49176d;
}
