html, body {
	height:100%;
}
#surveyprompt {
	position: fixed;
	visibility: hidden;
	width: 600px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-top: -151px; /*half of the height plus a little to the top*/
	margin-left: -300px; /*half of the width */
	background-image:URL('/surveypops-fr/images/surveypic.jpg');
	background-position:right;
	background-repeat:no-repeat;
	background-color: #fcfefe;
	border: 5px solid #000;
	padding: 4px;
	padding-top:10px;
	padding-left:8px;
	z-index: 10;	
	font-size: 16px;
}
#surveyprompt p {
	font-family: Georgia, Verdana;
	font-size:16px;
	color: #000000; 
	font-weight: normal;  
	padding-left: 0; 
	padding-right: 0;
}

#close {
	float: right;
	margin-top:-10px;
	margin-right:-4px;
}
