.captcha 
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.captcha .captcha-message p
{
    margin: 0 0 1px 0;
    padding: 0;
    color: #777;
}

.captcha .code 
{
    border: 1px solid #D8DFEA;
    width: 125px;
    padding: 5px;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.captcha .sound
{
    width: 10px;
    float: left;
    margin: 3px 0 0 3px;
}

.captcha .form
{
    margin: 3px 0 0 0;
    float: left;
}
.captcha .form input
{
    width: 110px;
}