@charset "UTF-8";
/* CSS Document */

/* Voor de popup div met actiebanner */

#trans_back{
	height:100%;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	z-index:98;
	background-color:#000;
	text-align:center;
	min-height: 100%; 
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
#popup_new{
	height:480px;
	width:400px;
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	z-index:99;
	border:0px solid;
	text-align:center;
}
html>body #popup_new {
	height:100%;
	width:100%;
}