/************************/
/** Slider_Captcha CSS **/
/************************/
.Slider_Captcha {
  display: inline-block;
	width: 330px;
	padding: 10px;
	background-color: #444;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 6px #000;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 0px;
	vertical-align: middle;
}

.Slider_Captcha .clr {
  clear: both;
}

.Slider_Captcha .bgSlider {
	width: 252px;
	height: 25px;
	float: left;
	margin-left: 15px;
	background-color: transparent;
	background-image: url('/style/img/slider_bg.png');
}

.Slider_Captcha .Slider {
	width: 52px;
	height: 25px;
	background: transparent url('/style/img/slider.png') no-repeat;
	cursor: e-resize;
	position: relative;
	top: 0;
	left: 0;
}

.Slider_Captcha .TxtStatus {
	width: 330px;
	margin-bottom: 10px;
	text-align: left;
	color: #f66;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	clear: both
}

.Slider_Captcha .dropSuccess {
  color: #9e9;
}

.Slider_Captcha .dropError {
  color: #f66;
}
