label.large {
	width:150px
}

.clr {
	clear:both
}

.notice {
	background-color:#d8e6fc;
	color:#35517c;
	border:1px solid #a7c3f0;
	padding:10px;
	margin-top:10px;
}

.code {
	margin:30px;
	border:1px solid #F0F0F0;
	background-color:#F8F8F8;
	padding:10px;color:#777;
}

/*****************/
/** QapTcha CSS **/
/*****************/

.QapTcha {
	float:left;
	margin-top:5px;
	width:297px;
}

.QapTcha .clr {
	clear:both
}

.QapTcha .bgSlider {
	width:297px;
	height:25px;
	float:left;
	text-align: center;
	color:#353535;
	border:1px solid #CFCFCF;
	
	
	background-image: url('../images/bgslider.png') no-repeat;
	background-color:#4E4E4E;

	background: url('../images/bgslider.png') no-repeat, -moz-linear-gradient(#EFEFEF, #B6B6B6);
	background: url('../images/bgslider.png') no-repeat, -webkit-linear-gradient(#EFEFEF, #B6B6B6);
	background: url('../images/bgslider.png') no-repeat, -o-linear-gradient(#EFEFEF, #B6B6B6);
	background: url('../images/bgslider.png') no-repeat, -ms-linear-gradient(#EFEFEF, #B6B6B6);
	background: url('../images/bgslider.png') no-repeat, linear-gradient(#EFEFEF, #B6B6B6);
	

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.QapTcha .Slider {
	width:35px;
	height:25px;
	background:transparent url('../images/bg_draggable_qaptcha.png') no-repeat;
	cursor:e-resize;
	position:relative;
	top:0px;
	left:0;
}

.QapTcha .TxtStatus {
	width:297px;
	margin-top:	7px;
	text-align: center;
	color:#bb2828;
	font-family:Tahoma;
	font-size:10px;
	clear:both
}

.QapTcha .dropSuccess {
	color:#4e8b37
}

.QapTcha .dropError {
	color:#bb2828
}