﻿.btn_AuthIDCard
{
    cursor: pointer;
    float: left;
    height: 31px;
}

    .btn_AuthIDCard > div > a {
        color: #767676;
        transition: color .2s linear;
        text-decoration: none;
        font-size: 14px;
    }

        .btn_AuthIDCard > div > a:hover {
            color: #313131;
        }

    .btn_AuthIDCard .id_link {
        font-weight: bold;
        font-family: 'algeti';
        font-size: 16px;
    }

.popup_table {
    background-color: white;
    box-shadow: 0 3px 10px #cfcfcf;
    height: 347px;
    padding: 35px 0;
    text-align: center;
    width: 450px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.icon_IDCard
{
    background: url("/img1/login/id_horizontal.png") no-repeat scroll transparent;
    float: left;
    height: 30px;
    width: 32px;
}