﻿.header_text {
    color: #55891F;
    font-size: 25px;
    font-weight: bold;
}

.recovery_content {
    height: 83px;
    margin-left: 52px;
    margin-bottom: 23px;
    clear: both;
}

    .recovery_content .blue_btn {
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        background: #3785bb;
        border: 1px solid #BBBBBB;
        border-radius: 3px;
        box-shadow: 0px 0px 4px #bbbbbb;
        cursor: pointer;
    }

    .recovery_content .blue_btn_disabled {
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        background: #3785bb;
        border: 1px solid #BBBBBB;
        border-radius: 3px;
        box-shadow: 0px 0px 4px #bbbbbb;
        opacity: 0.5;
    }

    .recovery_content .blue_btn_right {
        float: left;
        margin-top: -1px;
    }

    .recovery_content .blue_btn:hover {
        border: 1px solid #767676;
        box-shadow: 0 0 3px #0B5C9A inset;
    }

    .recovery_content .blue_btn > img {
        background-image: url('/img/header/common_sprite.png?v=1');
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    .recovery_content .err_msg {
        color: red;
        font-size: 12px;
        margin-top: 10px;
        display: none;
    }

#pass_recovery_cont .recovery_content input[type=text] {
    color: #565656;
    font-family: Arial;
    font-size: 22px;
    height: 34px;
    padding: 0 5px;
    width: 208px;
    font-weight: bold;
    float: left;
}

#pass_recovery_cont .recovery_content .find_user {
    float: left;
}

#pass_recovery_cont .recovery_content .question {
    float: left;
    position: relative;
    margin-left: 12px;
}

    #pass_recovery_cont .recovery_content .find_user > span, #pass_recovery_cont .recovery_content .question > span {
        display: block;
        margin-bottom: 5px;
        height: 15px;
    }

.inactive_info_button {
    font-size: 15px;
    margin-top: 33px;
    margin-bottom: 30px;
    color: #196AC1;
    cursor: pointer;
}

.active_info_button {
    text-decoration: none;
    font-size: 16px;
    margin-top: 33px;
    margin-bottom: 30px;
    cursor: pointer;
}

    .inactive_info_button > img, .active_info_button > img {
        background-image: url("/img/header/common_sprite.png");
        background-repeat: no-repeat;
        height: 35px;
        margin: 2px 0 -11px;
        width: 35px;
    }

.inactive_info_button > span {
    margin-left: 14px;
}

.active_info_button > span {
    margin-left: 10px;
}

.PassRecoverByCam {
    width: 500px;
    margin: 0 auto;
}

.pass_rec_cam_btn {
    cursor: pointer;
    background-image: url(/img1/header/camera.png);
    background-repeat: no-repeat;
    background-position: 6px 15px;
    padding-left: 50px;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #808080;
    height: 55px;
    width: 260px;
    padding-top: 15px;
    margin-top: 20px;
}

    .pass_rec_cam_btn:hover {
        background-color: #F8F8F8;
    }

.footer_text {
    border-top: 1px solid #AEABAB;
    margin-top: 40px;
    padding-top: 10px;
    width: 315px;
}


/**/

.info_bubble {
    text-align: justify;
    background-color: #F2F2F2;
    width: 230px;
    padding: 7px;
    border-radius: 5px;
    margin: 5px 0px;
    color: #464646;
    text-shadow: 0px 1px 0px white;
    line-height: 14px;
    font-size: 11px;
    box-shadow: 0 0 3px #afafaf;
    margin-top: -3px;
}

.info_arrow_down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #F2F2F2;
    margin: -25px 0px 7px 25px;
}

.info_arrow_down_border {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #D0D0D0;
    margin: -5px 0px 10px 25px;
}
