#survey {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	width: 240px;
	position: fixed;
	margin-left: 800px;
	margin-top: 220px;
	border: solid #CCC 3pt;
	text-align: center;
}
#survey-content {
	background-color: #D3FFFE;
	padding: 20px 20px 10px 20px;
	text-align: center;
}
#survey-content #head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #09C;
}
#survey-btn {
	background-image: url(../home/survey-btn-bg.gif);
	text-align: center;
	width: 110px;
	background-repeat: repeat-x;
	margin: 0 auto 10px auto;
}
#survey-btn a {
	display: block;
	text-align: center;
	outline: none;
	border: solid #999 1px;
	padding: 5px 0 4px 0;
}
#survey-btn a:hover {
	color: #C30;
}
#survey-note {
	font-family: Verdana, Geneva, sans-serif;
	color: #C30;
	font-size: 10px;
}

