/*lightbox*/
.overlayBackground {
    display: none;
    background-color: black;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    filter:alpha(opacity=75); /* IE's opacity*/
    opacity: 0.75;
    position: fixed;
    z-index: 200;
}
.overlayedWrapDialogBox{
    position: absolute;
    padding-left: 100px;
    display: none;
    width: 800px;
    z-index:300;
}

.overlayedDialogBox {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    border: 5px solid #c8c8c8;
    background-color: white;
}