#recaptcha_image {
    padding:4px;
    background:#f9f9f9;
    border:2px solid red;
}

.recaptcha_only_if_incorrect_sol {
    font-size: 12px;
    color: red;
}

.recaptcha_only_if_image {
    font-size: 12px;
}

.recaptcha_only_if_audio {
    font-size: 12px;
}

#recaptcha_widget a {
    color:#113399;
    text-decoration:none;
    font-size: 12px;
}

#recaptcha_widget a:hover{
    color:#113399;
    text-decoration:underline;
}

#recaptcha_widget {
    width: 325px;
}