
#captcha
{
    Background: url('../img/capchaF.png') no-repeat;

    float:left;
    width:179px;
    height:32px;
    color:teal;
    overflow:hidden;

}


#select
{
    Background: url('../img/capchaFm.png') no-repeat;
    width:1px;
    height:100%;
    overflow:hidden;
}

#message
{
    clear:both;
    font-family: 'Agency FB',sans-serif;
    font-weight:bold;
    font-size:16px;
    color:teal;
    width:200px;
    height:32px;
}

#epicaptcha
{
    width:248px;
    height:64px;
}

#lock
{
    float:right;
    width:30px;
    height:30px;
    margin-right:25px;
}

.circle
{
    width:33px;
    height:33px;
    Background: url('../img/mobliecap.png') no-repeat;
    float:left;
    cursor:pointer;
}