/* Design & Code (c) Diffuse Interactive */
*{padding: 0; margin: 0;}

#popup_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.popup_overlay_background {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #popup_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

* body { /* ie6 hack */
     height: 100%;
}

#popup_window {
	position: fixed;
	background: transparent;
	z-index: 102;
	color:#000000;
	display:auto;
	text-align:left;
	top:50%;
	left:50%;
}

	#popupcontent {
		position	: relative;
		background: transparent url('../images/popup_winnaar.png') no-repeat top left;
		margin	: -200px 0 0 -260px;
		width	: 382px;
		height	: 179px;
		padding	: 190px 190px 0 42px;
	}

	#popupcontent a#close {
		position	: absolute;
		left		: 521px;
		top		: 37px;
	}

	#popupcontent .close {
		cursor	: pointer;
	}

	#popupcontent img {
		padding	: 0;
		margin	: 0 0 10px 0;
	}

	#popupcontent p {
		padding	: 0 0 10px 0;
		margin	: 0;
		height	: auto;
	}

	#popupcontent p a {
		color	 : #00aeef;
		text-decoration	: none;
	}

	#popupcontent p a:hover {
		color	 : #00aeef;
		text-decoration	: underline;
	}


* html #popup_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
