.float_button_top {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 10px;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
.float_button_above {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: -10px 0 0 0;
	padding: 0 !important;
	z-index: 1000;
}
.float_button_bottom {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	margin: -10px 0 0 0;
	padding: 0 !important;
	z-index: 1000;
}
.float_button_anchor {
	position: relative;
}
.float_button_anchor_empty_div {
	position: relative;
	width: 100%;
	height: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
.float_button_nopadding {
	padding: 0 !important;
}
.flash_banner {
	padding: 0 !important;
}
