@charset "UTF-8";
.geocheck {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 999999999;
	background-image: url("/images/skins/Bewise/images/loading.gif");
	background-repeat: no-repeat;
	background-size: 10% auto;
	background-position: 50% 50%;
}