/* Take survey */
* html div#takeSurvey { 
	position: absolute;
}

div#takeSurvey{
	position:fixed;
	left:20px;
	bottom:10px;
	opacity:.9;
	z-index:1000;
}
div#takeSurvey div{
	position:relative;
}
div#takeSurvey a.takeSurvey{
	background:transparent url("https://www.bubblebox.com/images/takesurvey-button.png");
	width:150px;
	height:150px;
	display:block;
	text-indent:-999999px;
}
div#takeSurvey a.takeSurvey:hover{
	background:transparent url("https://www.bubblebox.com/images/takesurvey-buttonhover.png");
}

a.closeSurvey{
	font-weight:bold;color:#fff;text-decoration:none;position:absolute;display:block;top:15px;right:20px;
}