.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.4;
    opacity:.40;
    filter: alpha(opacity=40);
}
.white_content {
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 3px;
    border: 16px solid #cbeffe;
    background-color: white;
    z-index:1002;
    overflow: hidden;
}
.please_wait {
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3px;
    background-color: white;
    z-index:0;
    overflow: hidden;
}
.wicket_lightbox {
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    border: solid 1px lightgray;
    background-color: white;
    z-index:1002;
    overflow: hidden;
}
