.container {
    position: relative;
    z-index: 1001;
    top: -30px;
}

.tenantsRegisterLeightBox {
    color: #333;
    display: none;
    position: absolute;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 10px;
    width: 350px;
    height: 500px;
    text-align: left;
    z-index: 1001;
    overflow: auto;
    background-image: url(../../tenantsregister/images/speech1.gif);
    background-repeat: no-repeat;
    left: 267px;
}
.paymentLeightBox {
    color: #333;
    display: none;
    position: absolute;
    top: 300px;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    width: 700px;
    height: 680px;
    text-align: left;
    z-index: 1001;
    overflow: hidden;
    background-image: url(../../payment/images/speech1.png);
    background-repeat: no-repeat;
    left: 135px;
}

#overlay {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #333;
    -moz-opacity: 0.2;
    opacity: .20;
    filter: alpha(opacity=20);
}
.lightbox[id] {
    /* IE6 and below Can't See This */
    position: fixed;
}
#overlay[id] {
    /* IE6 and below Can't See This */
    position: fixed;
}

