#GB_overlay {background-color: #000; position: absolute; margin: auto; top: 0; left: 0; z-index: 10000; }
#GB_window {left: 0; top: 0; font-size: 1px; position: absolute;overflow: hidden; z-index: 15000; }
#GB_frame {	border: 0;	overflow: hidden;}
/*.GB_frame {padding: 20px; background: transparent url(bg_overlay_820570.png) no-repeat 0px 0px; border:2px solid #980000;}*/


.myBox {
    margin: 0.5in auto;
    padding: 0px 20px 20px 20px;
    background-color: #FFF;
    border: 5px solid #000;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}



GB_Window .content {
    background-color: #FFF;

}

.GB_Window .header {

    margin: 0;
    height: 30px;
    font-size: 12px;
    padding:  0px;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: left; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }


