@CHARSET "UTF-8";

.QapTcha
{
	margin: 10px auto 10px auto;
}

.QapTcha .clr
{
	clear: both;
}

.QapTcha .bar
{
	width: 162px;
	height: 22px;
	margin: 0px auto;
}

.QapTcha .bgSlider
{
	background: transparent url('../images/qaptcha.png') no-repeat 0 -22px;
	width: 140px;
	height: 22px;
	float: left;
	position: relative;
}

.QapTcha .Slider
{
	background: transparent url('../images/qaptcha.png') no-repeat -32px 0;
	width: 48px;
	height: 22px;
	cursor: e-resize;
	position: absolute;
}

.QapTcha .IconLock, .QapTcha .IconOpen, .QapTcha .IconLoad
{
	background: transparent url('../images/qaptcha.png') no-repeat 0 0;
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 3px;
}

.QapTcha .IconOpen
{
	background-position: -16px 0;
}

.QapTcha .IconLoad
{
	background: transparent url('../images/spinner.gif') no-repeat;
}

.QapTcha .TxtStatus
{
	margin-bottom: 10px;
	text-align: center;
	font-size: 85%;
	cursor: default;
}
