#bankid_popup_text {
    text-align: center;
    margin-top: 10px;
    font-size: 11pt;
}

#bankid_modal_form {
    width: 500px;
    height: 150px;
    border-radius: 5px;
    border: 1px #000 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 45%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 20px 10px;
}

#bankid_modal_form #bankid_popup_text p {
    margin-bottom: 0;
    padding: 0;
}

#bankid_modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}

#overlay {
    z-index: 3;
    position: fixed;
    background-color: #26292c;
    opacity: 0.75;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}