.dijitDialog {
    background:#EEEEEE none repeat scroll 0%;
    border:1px solid #999999;
    width: 470px;
}

.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:0.5;
}