.preload
{
   cursor:not-allowed;
	background-image:-webkit-repeating-linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,.35) 8px,rgba(255,255,255,0) 9px,rgba(255,255,255,0) 16px);
	background-image:-o-repeating-linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,.35) 8px,rgba(255,255,255,0) 9px,rgba(255,255,255,0) 16px);
	background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.35),rgba(255,255,255,.35) 8px,rgba(255,255,255,0) 9px,rgba(255,255,255,0) 16px);
	background-size:23px 100%;
	-webkit-animation:stamp-loader 3s linear infinite;
	-o-animation:stamp-loader 3s linear infinite;
	animation:stamp-loader 3s linear infinite;
	animation-name:bar-animationG;
	-o-animation-name:bar-animationG;
	-ms-animation-name:bar-animationG;
	-webkit-animation-name:bar-animationG;
	-moz-animation-name:bar-animationG;
	animation-duration:2.24s;
	-o-animation-duration:2.24s;
	-ms-animation-duration:2.24s;
	-webkit-animation-duration:2.24s;
	-moz-animation-duration:2.24s;
	animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-direction:normal;
	-o-animation-direction:normal;
	-ms-animation-direction:normal;
	-webkit-animation-direction:normal;
	-moz-animation-direction:normal;
}

@keyframes bar-animationG
{
	0% {
		background-position:0 0
	}100% {
		background-position:92px 0
	}
}

@-o-keyframes bar-animationG
{
	0% {
		background-position:0 0
	}100% {
		background-position:92px 0
	}
}

@-ms-keyframes bar-animationG
{
	0% {
		background-position:0 0
	}100% {
		background-position:92px 0
	}
}

@-webkit-keyframes bar-animationG
{
	0% {
		background-position:0 0
	}100% {
		background-position:92px 0
	}
}

@-moz-keyframes bar-animationG
{
	0% {
		background-position:0 0
	}100% {
		background-position:92px 0
	}
}