.QapTcha{ width:100%; }
@media (max-width: 1319px){
   .QapTcha{width:278px;} 
}
@media (max-width: 479px){
    .wybm{height: 450px;}
    .QapTcha{width: 100%;}
}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {position: relative;width:100%;float:left;border:1px solid #c8c8c8; background-color:#e8e8e8; border-radius: 3px;}
.QapTcha .Slider {
    position:relative;top:0;left:0;
    width:52px;height:37px;
    background:transparent url('../img/bg_draggable_qaptcha.jpg') no-repeat; border-radius: 3px;
    cursor:e-resize;
}
.QapTcha .TxtStatus {width:100%; padding: 5px 0; text-align:left;color:#bb2828;font-family:Verdana;font-size:12px; line-height: 24px; clear:both}

.QapTcha .greenLine{border-radius: 3px;}
.QapTcha .noticeDiv{
    position: absolute;
    width: 100%;
    text-align: right;
    color: #9c9c9c; line-height: 37px; font-size: 12px;
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(.4,#4d4d4d),color-stop(.5,#fff),color-stop(.6,#4d4d4d),color-stop(1,#4d4d4d));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    -webkit-animation:slidetounlock 3s infinite;
    -webkit-text-size-adjust:none
}
@-webkit-keyframes slidetounlock{0%{background-position:-200px 0}100%{background-position:200px 0}}
.QapTcha .dropSuccess {color:#4e8b37;
.QapTcha .dropError {color:#f60}