div.floatingBannerArea {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
}
div.floatingBannerArea .close {
	position: absolute;
	bottom: 46px;
	right: 0;
	z-index: 100;
}

