/** Online Sparen Interstitial**/
#os-interstitial, #os-overlay {
	display:none;
}
#os-overlay {
	position: absolute;
	z-index:1;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	height:100%;
	width:100%;
	cursor:pointer;
}
#s1 {
	position: absolute;
	z-index:100;
	top: 50%;
	left: 50%;
	height:460px;
	width:250px;
	margin-left: -150px;
	margin-top: -230px;
	background-position:top;
	background-repeat: no-repeat;
}
#s2 {
	position: absolute;
	z-index:100;
	top: 50%;
	left: 50%;
	height:460px;
	width:500px;
	margin-left: -250px;
	margin-top: -230px;

}
.inter-s1 {
	height:440px;
	width:250px;
}
.inter-s2 {
	float:left;
	height:440px;
	width:250px;
}
.inter-s3 {
	float:left;
	height:440px;
	width:250px;
}
div.close {
	background-color: #FFFCBE;
	padding: 1px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	position:absolute;
	width: 250px;
	height: 20px;
	bottom:0;
	left: 0;
}
#s2 div.close {
	width: 500px;
}
div.close input{
	border: 0;
	*padding: 2px;

}
div.close label{
	position:absolute;
	left: 22px;
	top: 5px;
}
#icloser, #icloser2 {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	position:absolute;
	right:0;
	margin-top: 3px;
	*margin-top: 4px;
	padding-right: 2px;

}
#icloser, #icloser2, #s1, #s2 {
	cursor: pointer;
}
