.shake {
	animation:shake 1s;
}
.slice-result {
	transition:bottom 0.3s; left: 0px; width: 100%; height: 24px; bottom: -25px; color: rgb(255, 255, 255); line-height: 24px; text-indent: 16px; font-size: 14px; position: absolute; -moz-transition: bottom .3s ease; -o-transition: bottom .3s ease; -webkit-transition: bottom .3s ease;
}
.fail.slice-result {
	bottom: 0px; background-color: rgb(222, 113, 91);
}
.success.slice-result {
	bottom: 0px; background-color: rgb(94, 191, 112);
}
#slice-refresh {
	background: url("../../captcha/icon/refresh.png") no-repeat center / 100%; margin: 10px; top: 0px; width: 22px; height: 22px; text-align: center; right: 0px; position: absolute; z-index: 5; cursor: pointer;
}
#slice-drag-slider {
	border-width: 0px; border-radius: 12px; position: absolute; cursor: pointer;
}
#slice-drag-slider-img {
	background-position: center; background-image: url("../../captcha/icon/slider.png"); background-repeat: no-repeat; background-size: 50% 50%;
}
.slice-noselect {
	-moz-user-select: none; -webkit-user-select: none; user-select: none;
}
.slice-background-size {
	
}
.slice-border-radius {
	-ms-behavior: url(/captcha/css/PIE.htc);
}
