﻿.recaptcha_widget { 
    border: 1px solid #dedede;
    background: #fff;
    padding: 10px;    
}

#recaptcha_image {
    width: 100% !important;
    height: auto !important;    
    overflow: hidden;
    border: solid 1px #dedede;
}

#recaptcha_image img {
    width: 100%;
    max-height: 60px;
    border: none;
}

.recaptcha_is_showing_audio embed {
    height: 0;
    width: 0;
    overflow: hidden;
}

.recaptcha_is_showing_audio #recaptcha_image {
    width: 100%;
    height: 60px;
}

.recaptcha_is_showing_audio #recaptcha_image br {
    display: none;
}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
    display: block;
}

.recaptcha_input {
    color: #333;
    margin: 4px 0 0;    
}

.recaptcha_input label {
    margin: 0 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recaptcha_input input {
    width: 100%;
    border: solid 1px #dedede;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    padding: 6px 12px;
}

.recaptcha_options {
    list-style: none;
    margin: 4px 0 0;
    height: 18px;
}

.recaptcha_options li {
    float: left;
    margin: 0 4px 0 0;
}

.recaptcha_options li a {
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    font-size: 16px;
    color: #FFF;
    display: block;
    width: 20px;
    height: 18px;
}

.recaptcha_options li a:active {
    position: relative;
    top: 1px;
    text-shadow: none;
}

.captcha_hide {
    display: none;
}
.icon-refresh { background: url('ico_captcha.png') 0 0 no-repeat scroll transparent; display: block; width: 20px; height: 20px}
.icon-volume-up {background: url('ico_captcha.png') -24px 0 no-repeat scroll transparent; display: block; width: 20px; height: 20px}
.icon-picture {}
.icon-question-sign {background: url('ico_captcha.png') -48px 0 no-repeat scroll transparent; display: block; width: 20px; height: 20px}