#GB_overlay {
    background-color: #647999;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1000;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 1100;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;	
}

.GB_header {
    z-index: 500000;
}

.GB_header .close img {
    z-index: 500000;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    padding: 0 3px 0 0;
}

#GB_modalContainer, #customIframeModalContainer {
    margin: auto;
    z-index: 100000000;
    background-color: #678fc2;
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

#GB_Alert_Overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999999999;
}

#customIframeOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999999999;
}

#GB_alertBox, #customIframeBox {
    position:relative;
    min-height:100px;
    margin: 0;
    padding: 0;
    /*margin-top:150px;*/
    width:416px;
}