.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4c4c4c;
    opacity: .70;
    filter: Alpha(Opacity=70);
    background-repeat: repeat;
    z-index: 10000;
}
.ssoDialogClass {
    z-index: 11000;
}

.ssoDialogClass.ui-widget-content {
    border: none;
    background: none;
}

.ssoDialogClass.ui-dialog .ui-dialog-content {
    overflow: hidden;

}

.ssoDialogClass .ui-dialog-titlebar {
    display: none;
}

#user-bar {
    opacity: 0;
}
