/* Last-Modified: 28/06/06 00:08:22 */
/* Original: http://orangoo.com/labs/GreyBox/
/* Edit by: Sebastian Eicker, bANDSIGN */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}

.GB_Window .content {
    background-color: #f3f3f3;
    border: 1px solid #000;
    border-top: none;
	font:11px/150% Arial, Helvetica, sans-serif;
}

.GB_Window .header {
    border: 1px solid #000;
    margin: 0;
	height:25px;
    font-size:12px;
    color: #333;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size:11px;
	margin:0;
	padding:0 0 0 13px;
	position:absolute;
	top:260px;
	left:52px;
	cursor:pointer;
	background:url(../images/back.png) no-repeat;
	display:none;
	}
.GB_Window .close img {
    cursor: pointer;
	height:19px;
}
