/* Last-Modified: 28/06/06 00:08:22 */ /*use this for centered popup window*/
#GB_overlay { /*sets the color of the entire grayed-out area */
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window { /*not sure why this is needed? */
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

.GB_Window .content { /* window styles*/
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
    color: #FFFFFF;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;
    height: 22px;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 3px 0;
}

.GB_Window .caption { /*caption of the content */
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 0px;
    color: #FFFFFF;
}

.GB_Window .close img {
    cursor: pointer;
    padding: 0 8px 0 0;
}



