div#surveyPopupHolder {
	cursor:move;
}

div#surveyPopup {
	z-index:50;
	padding:13px 15px 0 18px;
	width:397px;
	height:171px;
	background:url(../_images/misc/bg_survey_popup.gif) no-repeat;
}

div#surveyPopup a#sp_close {
	display:block;
	float:right;
	margin:0 0 42px 0;
	width:21px;
	height:20px;
	background:url(../_images/misc/bg_survey_popup_close.gif) no-repeat -21px 0;
}
	div#surveyPopup a#sp_close:hover {
		background-position:0 0;
	}


div.clear {
	clear:both;
}

p#sp_text {
	padding:0 12px 0 12px;
	margin:0;
	height:57px;
}

a#sp_click {	
	display:block;
	width:393px;
	height:32px;
	float:left;
	background:url(../_images/misc/bg_survey_popup_click.gif) no-repeat 0px -32px;
}
	a#sp_click:hover {
		background-position:0 0;	
	}