/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha
{
    width: 250px;
    margin-right:2px; 
}
.QapTcha .clr
{
    clear: both;
}
.QapTcha .bgSlider
{
    width: 250px;
    height: 30px;
    float: left;
    border: 1px solid #ddd;
    background-color: #FFF;
}
.QapTcha .Slider
{
    width: 52px;
    height: 30px;
    background: transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat center;
    cursor: e-resize;
    position: relative;
    top: 0;
    left: 0;
}
.QapTcha .TxtStatus
{
    width: 250px;
    margin-top: 7px;
    text-align: left;
    color: #bb2828;
    font-family: Verdana;
    font-size: 10px;
    clear: both;
}
.QapTcha .dropSuccess
{
    color: #4e8b37;
}
.QapTcha .dropError
{
    color: #bb2828;
}
