#dialogUI_wrapper {
    
}

#dialogUI_wrapper .background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #888;
    opacity: 0.5;
    z-index: 1800;
    display: none;
    
}

#dialogUI_wrapper #dialogUI .ajaxWrapper {
    position: absolute;
    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #fff;
    display: none;
    
}

#dialogUI_wrapper #dialogUI .ajaxLoader {
    
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -49px;
    width: 98px;
    height: 98px;
    background:url(/_pics/_ngf/loader_ajax.gif) no-repeat;
    display: none;
    
}

#dialogUI_wrapper #dialogUI {
    position: absolute;
    left: 50%;
    top: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #999;
    z-index: 2000;
    display: none;
}
    
#dialogUI_wrapper #dialogUI .headline {
    
    background-color: #547D9C;
    color: #FFFFFF !important;
    
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 16px !important;
    vertical-align: middle;
    overflow: hidden;
    
}
        
#dialogUI_wrapper #dialogUI .headline .text {
    float: left;
    font-size: 1.5em;
}
            
#dialogUI_wrapper #dialogUI .headline .closeBtn {
    float: right;
    width: 30px;
    height: 30px;
    background: url('/_pics/_rating/ratingSprite.png') 0 0;
    background-color: #c40000;
    background-position: -90px -38px;
    margin-right: 3px;
    margin-top: 3px;
}

#dialogUI_wrapper #dialogUI .headline .closeBtn:hover {
    cursor: pointer;
    background-color: #c40000;
}
            
#dialogUI_wrapper #dialogUI .content {
    min-height: 100px;
    min-width: 300px;
    padding: 10px;
}

