﻿/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	padding:10px;
	/*border:1px solid #F4F4F4;*/
	margin-top:10px;
        margin-left: 10px;
        /*height: 65px;*/
        float: left;
}
.QapTcha .clr{clear:both;}


.QapTcha #bgSlider {
	width:202px;
	height:22px;
	background:transparent url('../images/sprites.png') no-repeat 0 -22px;
	float:left;
}

.QapTcha #Slider {
	width:48px;
	height:22px;
	background:transparent url('../images/sprites.png') no-repeat -32px 0;
	cursor:e-resize;
        position:relative;
}

.QapTcha #Icons {
	float:left;
	width:16px;
	height:16px;
	background:transparent url('../images/sprites.png') no-repeat 0 0;
	margin-top:3px;
	margin-left:10px;
}

.QapTcha #TxtStatus {
	width:232px;
	margin-top:7px;
	text-align:center;
	font-family:arial;
	font-size:10px;
	clear:both;
}

/** States **/
.QapTcha .dropSuccess {
	color:#568E2F;
}
.QapTcha .dropError {
	color:red;
}

/** Form BETA **/
.spamprot {
        color: #BBB;
        padding: 5px;
        margin: 5px;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
        font-family: arial black;
        margin-left: 30px;
        font-size: 13px;
}

