.wpcf7-sliding-captcha { 
    margin-top:20px;
    margin-bottom: 20px;
    width:100%;
    max-width: 400px;
}
.wpcf7-sliding-captcha .clr{clear:both}
.wpcf7-sliding-captcha .bgSlider {
    width:100%;
    height: auto; 
    display: block;
}

.wpcf7-sliding-captcha .default {
    width:51px;
    height:37px;
    background:transparent url('../images/lock.jpg') no-repeat;
    cursor:e-resize;
    position:relative;
    top:0;
    left:0; 
    display: block;
}

.wpcf7-sliding-captcha .unlock-default {
    width:51px;
    height:37px;
    background:transparent url('../images/unlock.jpg') no-repeat;
    cursor:e-resize;
    position:relative;
    top:0;
    left:0
}

.wpcf7-sliding-captcha .TxtStatus {
    margin:7px 0;
    color:#bb2828;
    font-size:13px;
    clear:both;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    line-height: 1em;
}
.wpcf7-sliding-captcha .dropSuccess {color:#4e8b37}
.wpcf7-sliding-captcha .dropError {color:#bb2828}



.wpcf7-sliding-captcha .bgSlider {
    border: none;
    background-color: rgb(209 209 209);
    border-radius: 100px;
    height: 44px;
}

.wpcf7-sliding-captcha {
    border-radius: 100px;
    background-color: rgb(255, 255, 255);
    display: block;
    width: 100%;
    position: relative;
}

.wpcf7-sliding-captcha .default {
    left: 3px;
    top: 3px;
    width: 50px;
    height: 38px;
    border-radius: 100px;
    z-index: 10;
}

.wpcf7-sliding-captcha .default:hover {
    background-color: rgb(146, 146, 146);
}

.wpcf7 .wpcf7-submit:disabled {
    opacity: .3;
}