.thisDialog {
        font: 10pt arial;
        position: absolute;

        width: 33%;
        min-width: 33%;
        min-height: 100px;
        padding: 2px 2px 2px 2px;
        margin-left: 10px;
        margin-right: 10px;
        z-index: 200;

        border: 1px solid white;
        border-width: 1px 2px 2px 1px;
        border-right-color: #808080;
        border-bottom-color: #808080;

        background-color: #f5f5f5;
        background-repeat: repeat;
        background-image: url('/images/bg_lines.gif');

        display: none;
        visibility: hidden;
}

body { position: relative; }
#dialog-mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FFF;
        opacity: .70;
        filter: alpha(opacity = 70);
        z-index: 100;
}

#titlebar {
        padding: 0px;
        margin: 0px;
        height: 24px;
        background-image: url('/images/titlebar_lblue.png');
}

#closex {
        padding: 0px;
        margin: 0px;
        margin-left: 95%;
        cursor: pointer;
        background-repeat: no-repeat;
        background-image: url('/images/closex1.png');
}

#pleasewait {
        font: 10pt arial;
        color: black;
        text-align: center;
        width: 100px;
        height: 80px;
        padding-top: 10px;

        background-repeat: no-repeat;
        background-image: url('/images/progress.gif');
        background-position: bottom center;
}