
.leightbox {
	color: #00336d;
	display:none;
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	height: 600px;
	border: none;
	text-align: left;
	z-index:1001;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	.leightbox div.leight-content{
		position:relative;
		margin:0 auto;
		width:650px;
		text-align:center;
		background-color:#e2e7eb;
		border:3px solid #7a0309;
	}
	.leightbox div.leight-content.hypotheek{
		position:relative;
		margin:0 auto;
		width:1050px;
		text-align:center;
		background-color:#e2e7eb;
		border:3px solid #7a0309;
	}
	.leightbox div.leight-content div#flipper{
		margin:10px auto;
		width:600px;
	}
	.leightbox div.leight-content div#close-btn {
		position:absolute;
		right:30px;
		top:7px;
		}
		.leightbox div#close-btn a{
			text-decoration:none;
			font-size:12px;
		}
			
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#fff;
	-moz-opacity: 0.70;
	opacity:.70;
	filter: alpha(opacity=70);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }