@charset "UTF-8";

#checkitout {
	position: absolute;
	margin: 53px 0 0 365px;
	z-index: 5400;
	animation-name: animation01;
	animation-duration: 2s;
	animation-timing-function: ease-in;
	animation-delay: 3s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;

}

@keyframes animation01 {
	from {
		left: 0px;
	}
	5% {
		left: 10px;
		}
	7% {
		left: 13px;
		}
	10% {
		left: 5px;
		}
	13% {
		left: -5px;
		}
	15%,20%,30%,40%,50%,60%,70%,80%,90% {
		left: 0px;
	}
	to {
		left: 0px;
	}
	}

-webkit-@keyframes animation01 {
	from {
		left: 0px;
	}
	5% {
		left: 10px;
		}
	7% {
		left: 13px;
		}
	10% {
		left: 5px;
		}
	13% {
		left: -5px;
		}
	15%,20%,30%,40%,50%,60%,70%,80%,90% {
		left: 0px;
	}
	to {
		left: 0px;
	}
	}

-moz-@keyframes animation01 {
	from {
		left: 0px;
	}
	5% {
		left: 10px;
		}
	7% {
		left: 13px;
		}
	10% {
		left: 5px;
		}
	13% {
		left: -5px;
		}
	15%,20%,30%,40%,50%,60%,70%,80%,90% {
		left: 0px;
	}
	to {
		left: 0px;
	}
	}