/* Take survey */
* html div#takeSurvey {
	position: absolute;
}

div#takeSurvey{
	position:fixed;
	left:20px;
	bottom:60px;
	opacity:.9;
	z-index:10000;
}
div#takeSurvey div{
	position:relative;
}
div#takeSurvey a.takeSurvey{
	background:transparent url("/images/takesurvey-button.png");
	width:150px;
	height:150px;
	display:block;
	text-indent:-999999px;
}
div#takeSurvey a.takeSurvey:hover{
	background:transparent url("/images/takesurvey-buttonhover.png");
}

a.closeSurvey{
	font-weight:bold;color:#fff;text-decoration:none;position:absolute;display:block;top:15px;right:20px;
}
