/* --------------------------------------- */
/* GENERAL LIGHTBOX CSS */
/* --------------------------------------- */

body
	{
	/* For IE 6 */
	_height:100%;
	_margin:0;
	_padding:0;
	}

#clear						{ clear:both; }

/* black_overlay */

#lightbox_fading
	{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:1001;
	background-color: #000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}

#lightbox_iframe
	{
	text-align:left;
	width:960px;
	_width:950px; /*IE6*/
	height:auto;
	_height:475px;/*IE6*/
	min-height:475px;
	margin: 0px;
	overflow: auto;
	}


/* white_content */
/* plaats van de lightbox */
#lightbox_content
	{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: auto;
	_height: 480px;
	min-height: 480px;
	margin-top: -240px;
	margin-left: -494px;
	padding: 4px 5px 10px 10px;
	border: 6px solid #ccc;
	background-color: #fff;
	z-index:1002;
	}

#lightbox_titlebar
	{
	border-bottom:4px solid #000;
	height:30px;
	margin-bottom:4px;
	}

#lightbox_title
	{
	font-weight:bold;
	font-size:14px;
	width:95%;
	margin:0;
	padding:0;
	display:block;
	float:left;
	}

#close
	{
	width:25px;
	margin:0;
	padding:0;
	display:block;
	float:right;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */