.dijitDialog {
    background: #ffffff none repeat scroll 0%;
    border: 1px solid #999999;
    width: 470px;
    min-height: 100px;
}

.dijitDialog {
    padding: 1px;
    position: absolute;
    z-index: 999;
}

.dijitDialogTitleBar {
    background: #FFFFFF;
    cursor: move;
    outline-color: invert;
    outline-style: none;
    outline-width: 0pt;
    padding: 0px;
}

.dijitDialogTitle {
    display: none;
}

.dijitDialogCloseIcon {
    background: transparent url( /img/global/closeWhite.gif ) no-repeat scroll right top;
    cursor: pointer;
    float: right;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    vertical-align: middle;
    width: 67px;
}

.dijitDialog .closeText {
    display: none;
    position: absolute;
}

.dijitContentPane {
    display: block;
    overflow: auto;
}

.dijitDialog .dijitDialogPaneContent {
    background: #FFFFFF none repeat scroll 0%;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 0px medium medium;
    padding: 5px;
}

.dijitDialogUnderlayWrapper {
    background: transparent none repeat scroll 0%;
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 998;
}

.dijitDialogUnderlay {
    background: #EEEEEE none repeat scroll 0%;
    opacity: .50;
    filter: alpha( opacity = 50 );
}

/* flashDialog */

div.flashDialog {
    top: 40px;
    width: 978px;
    height: 752px;
}

div.flashDialog .dijitDialogTitleBar {
    display: none;
}

div.flashDialog .dijitDialogCloseIcon {
    display: none;
}

div.flashDialog .dijitContentPane {
    overflow: hidden;
}
