/**
 * Lightbox
 */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 100;
}

#lightbox {	
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;	
}

#lightbox .closebutton {
	display: block;
	float: right;
	background-image: url( "../img/background/backgrounds.gif" );
	background-position: 0px -242px;
	background-color: transparent;
	width: 21px;
	height: 21px;
	margin-top: 3px;
	margin-right: 5px;	
}

#lightbox .closebutton:hover {
	background-position: 0px -263px;	
}

#lightbox a {
	color: black;
}

#lightbox .content_frame {
	background-color: white;	
}

#lightbox .closebutton {
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-family: Helvetica, Arial, Verdana;
	font-size: 20px;	
}

#lightbox .header_outer {
	height: 40px;	
}

#lightbox .body_inner {
	padding: 0px 20px 20px 20px;
}

#lightbox .header_inner h1 {
    margin-left:20px;
    padding-top: 7px;
    display:block;
}