#popup {
	position: absolute;
	top: 180px;
	display:block;
	width: 400px;
	padding: 30px;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	border: 2px solid #FF0000;
	
}
button {
	width: 75px;
	height: 19px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	margin: 5px;
	padding: 0;
	background-image: url(../images/bt_survey.gif);
	background-repeat: no-repeat;	
	border: 0;
	cursor: pointer;
}