﻿.sliderCaptchaContainer {
    width: 100%;
	float:left !important;
   left:0;

}
.shadow{box-shadow:none;}
.sliderCaptchaHeader {
    background: url('images/header.gif') no-repeat center center;
    width: 200px;
    height: 35px;
}

.sliderCaptchaSlider {    left:0;}
.sliderCaptchaSlider .ui-slider-handle {
	/* remove default jQuery ui css class */
	margin:0;
	padding:0;
	background:none;
	border:0;
	/* override default jQuery ui css class */
	position: absolute;
    margin-top:-5px !important;
    margin-left:-1px !important;
    background: url('images/slider.png') no-repeat center center;
    width: 11px;
	height: 22px;
	cursor:pointer;
}

.sliderCaptchaSlider .ui-slider-handle:hover {
    background: url('images/sliderHover.png') no-repeat center center;
}

.ui-slider-horizontal {
	height: 4px;
	width: 64%;
	background: #f0ede0;
    border-bottom:1px solid #edebe4;
    border-left:1px solid #b3b6b4;
    border-top:1px solid #b3b6b4;
    border-right:1px solid #b3b6b4;
    margin:15px auto !important;
    position:relative;
    float: left !important;
}

.sliderCaptchaImages {
    width: 98%;
}

.sliderCaptchaStatus {
    width: 35%;
    text-align:center;
    margin:0 auto !important;

line-height:35px;

    float:right !important;
}

.sliderCaptchaLockedImage {
    background: url('images/lockEnable.png') no-repeat center center;
    width: 65px;
	height: 45px;
	float:left;
}

.sliderCaptchaUnlockedImage {
    background: url('images/unlockEnable.png') no-repeat center center;
    width: 65px;
	height: 45px;
	float:right;
}

.sliderCaptchaLockedImageDisable {
    background: url('images/lockDisable.png') no-repeat center center;
    width: 65px;
	height: 45px;
	float:left;
}

.sliderCaptchaUnlockedImageDisable {
    background: url('images/unlockDisable.png') no-repeat center center;
    width: 65px;
	height: 45px;
	float:right;
}

.sliderCaptchaPlaceHolder {}

