/* eTCaptcha CSS file */

/* IDs */

#etcaptcha_text_div{
    
}

#etc_question_captcha{
    width: 90%;
    border: 1px dashed #c00;
}

#etcaptcha_text_question{
    font-weight: bold;
}

#etcaptcha_admin_msg{
    text-align:left;
    border-bottom: 15px;
}

#etcaptcha_nojs_alert{
    color: #c00;
    background-color: #fff;
}

#multipleanswers{
    margin-top: 0px;
}

#viewfile{
    margin-left: 15px;
    margin-right: 15px;
    height: 250px;
    overflow: auto;
    border: 1px solid #000;
    padding: 2px;
}
/* Class */

.etcaptcha_img_div{
    margin-top: 5px;
}

.etcaptcha_img_bloc{
    height: 32px;
    margin-bottom: 0px;
    border: 0px solid #c00;
}

.etcaptcha_icon_captcha_div{
    position: relative;
    top: -32px;
    left: 34px;
}

.etcaptcha_icon_captcha{
    cursor: pointer;
}

.etcaptcha_codeimg{
    width: 60px;
    height: 30px;
    
}

.etc_form1{
    text-align: right;
    width: 50%;
}

.etc_form2{
    text-align: left;
    width: 50%;
}

.etc_form3{
    text-align: left;
    width: 100%;
}

.etcaptcha_msg{
    background-color: #fff;
    color: #c00;
    padding: 2px;
    border: 1px solid #c00;
    line-height: 22px;
    font-size: 10px;
    font-weight: bold;
}

.etcaptcha_container_form{
    text-align: center;
    margin-bottom: 16px;
}

.etcaptcha_buttons{
    padding-top: 8px;
    text-align: center;
}

.width25p{
    width: 25%;
}

.width30{
    width: 30px;
}

.width30p{
    width: 30%;
}

.width60{
    width: 30px;
}

.width70p{
    width: 70%;
}

.width150{
    width: 150px;
}

.width450{
    width: 450px;
}

.etc_margin12{
    margin-top: 12px;
    margin-right: 22px;
    margin-left: 22px;
}

.etc_help_box{
    font-weight:normal;
    margin-bottom: 32px;
}

.etc_help_boxtitle{
    font-weight: bold;
    font-size: 120%;
    cursor: pointer;
}

.etcdiv_calc{
    margin-top: 10px;
    border: 1px solid #000;
    width: 250px;
    display: none;
}

.etctable_calc{
    border: 1px solid #aaa;
    width: 250px;
}

.etctd_calc1{
    cursor: pointer;
    padding: 2px;
    border-top: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 1px solid #000;
    text-align: center;
    font-weight: bold;
}

.etctd_calc2{
    font-weight: bold;
}

.etcaptcha_edit{
    cursor: pointer;
    margin-left: 3px;
}