/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
    float: left;
    width: 280px;
    margin-bottom: 30px;
}

.QapTcha .clr {
    clear: both
}

.QapTcha .bgSlider {
    width: 280px;
    height: 27px;
    float: left;
    border: 0;
    background-color: #ececec;
}

.QapTcha .Slider {
    width: 170px;
    height: 27px;
    background: transparent url('../images/slider.png') no-repeat;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    font-family: 'Ultramagnetic', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    color: white;
}

.QapTcha .TxtStatus {
    width: 290px;
    margin-top: 7px;
    height: 25px;
    text-align: left;
    color: #282828;
    font-size: 10px;
    clear: both;
    font-family: 'VerbMedium', sans-serif;
}

.QapTcha .Slider:after {
    font-family: Arrow;
    content: "c";
    padding-left: 10px;
    text-transform: none;
}

.QapTcha .Slider.no-arrow:after {
    content: '';
}

.QapTcha .dropSuccess {
    color: #282828;
}

.QapTcha .dropError {
    color: #282828
}