/****************************************************************************************************/
/*** DEFAULT FORMULIEREN  ***************************************************************************/
/****************************************************************************************************/


#overlay {
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
	text-align: center;
	height:100%;
	width:100%;
}

#overlay_mask {
	display: none;
	position:absolute;
	left:0;
	top:0;
	z-index:1200;
	background-color: #000;
	height:100%;
	width:100%;
}

#overlay_load {
	position: absolute;
	background-image: url(/images/loadingPopup.gif);
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
	padding: 0;
	z-index: 1250;
}

#overlay_popup {
	display: none;
	position: relative;
	z-index: 1350;
	padding: 4px;
	margin: 0 auto;
	text-align: left;
	background-color: #c60022;
	border: 1px solid #666;
}

#popup {
	display: none;
	background-color: #DC0026;
}

.nieuwsbrief #popup {
	height: 400px;
}
.donateur #popup {
	height: 272px;
}

#overlay_popup a#popupClose {
	display:none;
	position: absolute;
	right:4px;
	top:4px;
	z-index:1500;
	background: url(/images/overlay_close.gif) right top no-repeat #FFF;
	width:25px;
	height:25px;
	margin:0;
}
	#overlay_popup a#popupClose:hover {
		background-position:right -25px;
	}
