@charset "utf-8";
/* CSS Document */
#jquerySurveyPopup {
	position: absolute;
	top:115px;
	left:50%;
	margin:0 0 0 -200px;
	width: 400px;
	height:200px;
	background:#fff;
	z-index:9999;
}
#jquerySurveyPopupBackground {
	position:absolute;
	top:115px;
	left:50%;
	margin:-8px 0 0 -208px;
	width: 416px;
	height:216px;
	background:#49176d;
	z-index:9998;
}
#jquerySurveyPopupTitle {
	margin:5px 20px;
	color:#000;
	font-size:18px;
}
#jquerySurveyPopupContent p {
	margin:10px 20px 25px;
	font-size:14px;
	color:#000;
}
#jquerySurveyPopupContent img {
	vertical-align:middle;
}
a#jquerySurveyPopupClose {
	display:block;
	text-align:right;
	font-size:10px;
	text-decoration:none;
	padding:3px;
	color:#000;
}
a#jquerySurveyPopupClose:hover {
	color:#49176d;
}

#jquerySurveyPopupDoNotShowBlock {
	margin:30px 20px 0;
	font-size:10px;
	font-weight:normal;
	clear:both;
}

#jquerySurveyPopupDoNotShowCheckbox {
	margin:0;
	padding:0 0 -3px 0;
}

a#jquerySurveyPopupNotNow, a#jquerySurveyPopupSurveyLink {
	display:block;
	width:164px;
	padding:8px 0;
	background-color:#adad8b;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
a#jquerySurveyPopupNotNow { margin-right:8px }
a#jquerySurveyPopupSurveyLink { margin-left:8px }
a#jquerySurveyPopupNotNow:hover, a#jquerySurveyPopupSurveyLink:hover {
	background-color:#c8c8a7;
}
