#MB_overlay {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000 !important;
}

#MB_overlay[id] {
    position: fixed;
}

#MB_window {
    position: absolute;
    top: 0;
    border: 0;
    text-align: left;
    z-index: 10000;
}

#MB_window[id] {
    position: fixed !important;
}

#MB_frame {
    position: relative;
    height: 100%;
}

#MB_header {
    margin: 0;
}

#MB_content {
    padding: 20px 10px 20px 10px;
    overflow: auto;
}

#MB_content .options {
    margin-top: 20px;
}

#MB_caption {
    font: bold 85% Verdana, Arial, sans-serif;
    padding: 10px 10px 2px 10px;
    margin: 0;
    text-align: left;
}

#MB_close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

#MB_close:hover {
    background: transparent;
}

#MB_loading {
    padding: 1.5em;
    text-indent: -10000px;
    background: transparent url(/styles/external/images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
}

#MB_content {
    border: solid 1px #b8becc;
    border-right: solid 2px #17181a;
    border-left: solid 2px #17181a;
    background: url(/styles/external/images/Starfield350-glass-bright.png);
}

#MB_header {
    /*background-color: #DDD;*/
    /*border-bottom: 1px solid #CCC;*/
}

#MB_caption {
    color: #b8becc;
    font-size: 10pt;
}

#MB_close {
    /*color: #b8becc*/
}

#MB_close:hover {
    color: #b8becc
}

/* Alert message */
.MB_alert {
    margin: 10px 0;
    text-align: center;
}