#ajaxpanel_bg {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    opacity: 1;
    text-align: center;
    z-index: 2;
    display: none;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

#ajaxpanel_content {
    display: none;
    overflow: auto;
    position: absolute;
    opacity: 1;
    z-index: 3;
    top: 0px;
    left: 0px;
    background-color: white;
    border: 10px solid #e7e7e7;
}

#ajaxpanel_bg .closebtnleft {
    background: url( ../pics/qr_closebtnleft.png ) no-repeat;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 0px;
    top: 150px;
    z-index: 20;
    cursor: pointer;
    opacity: 1;
    display: none;
}

#ajaxpanel_bg .closebtnright {
    background: url( ../pics/qr_closebtnright.png ) no-repeat;
    width: 39px;
    height: 39px;
    position: absolute;
    right: 0px;
    top: 150px;
    z-index: 20;
    cursor: pointer;
    opacity: 1;
    display: none;
}