
            /*****************/


            /** QapTcha CSS **/
            
            
            /*****************/
            
            .QapTcha {
                margin-top: 20px;
                width: 280px;
            }
            
            .QapTcha .clr {
                clear: both
            }
            
            .QapTcha .bgSlider {
                width: 240px;
                height: 39px;
                border: 1px solid #003660;
                background-color: #c3c3c3;
                border-radius:  5px;
                -moz-border-radius:  5px;
                -webkit-border-radius:  5px;
                float: left;
            }
            
            .QapTcha .Slider {
                width: 65px;
                height: 37px;
                background: transparent url('../img/bg_draggable_qaptcha.png') no-repeat;
                cursor: e-resize;
                position: relative;
                top: 0;
                left: 0;
                border-radius:  5px;
                -moz-border-radius:  5px;
                -webkit-border-radius:  5px
            }
            
            .QapTcha .TxtStatus {
                width: 252px;
                margin-top: 7px;
                text-align: left;
                color: #bb2828;
                font-family: Verdana;
                font-size: 14px;
                clear: both
            }
            
            .QapTcha .dropSuccess {
                color: #4e8b37
            }
            
            .QapTcha .dropError {
                color: #bb2828
            }
            
            .QapTcha .Iconscap_on {
                width: 39px;
                height: 44px;
                background: transparent url('../img/lock.png') no-repeat 0 0;
                float: right;
                margin-top: -5px;
            }
            
            .QapTcha .Iconscap_off {
                width: 39px;
                height: 44px;
                background: transparent url('../img/unlock.png') no-repeat 0 0;
                float: right;
                margin-top: -5px;
            }
    