.popup {
	background-color:#FFFFFF;
}
.popup {
	position:absolute;
	width: 400px;
	_width: 400px;
	height:380px;
	_height:380px;
	border:none;
	z-index:10;
	background-color: #7e7f79;/*grey*/
}
.popupOmtrek {
	cursor: move;
	width: 380px;
	background-color: #7e7f79;/*grey*/
}
#popuptop {
	background-color: #bcc3b2;
	color:#FFF;
	height: 22px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#ffffff;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#ffffff;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#ffffff;
}
#popuptop .Title{
	color:#FFF;
	height: 22px;
	padding-left: 0px;
	padding-right: 15px;
	Font-size:11px;
}

}
#popuptop .Sluit{
	text-align:right;
	cursor: hand;
}
#popuptop .Sluit a{
	color:#FFF;
	Font-size:11px;
	text-decoration : underline;
}
#iframeholder {
	padding-left:10px;
	}
#PopupIframe {
	/*padding-left:10px;*/
	width: 380px;
	_width: 380px;
	height:376px; /*IFRAME-Height in POPUP*/
	background-color:#FFFFFF;
	}
#Form_Container {
	width:100%;
	cursor:auto;
/*	margin-left:10px;*/
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	}
