.popupWrapper{
	float:left;
}

.popupButton{
	float:left;
	clear:both;
}

.popupButton:hover{z-index:99;}

.popupBackground, #loadingBackground{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	/*border:1px solid #cecece;*/
	z-index:1;
}

#loadingContent{
	display:none;
	background:#FFF;
	padding:10px;
	z-index:2;
	position:absolute;
	-moz-border-radius:4px;
	border-radius:4px;
}

.popupContent{
	display:none;
	position:absolute;
	/*height:384px;*/
	/*min-width:200px;*/
	background:#FFF;
	border:2px solid #BEBEBE;
	z-index:2;
	/*padding:12px;*/
	-moz-border-radius:4px;
	border-radius:4px;
	z-index:2;
}

.popupContent:hover{z-index:99;}

.popupContent .popupTitle{
	text-align:left;
	color:#FFF;
	background-color:#E85311;
	font-size:13px;
	font-weight:bold;
	/*margin-bottom:10px;*/
	padding-left:12px;
	line-height:22px;
	height:22px;
}

.popupContent .popupClose{
	right:3px;
	top:3px;
	position:absolute;
	color:#FFF;
	font-weight:bold;
	display:block;
	height:16px;
	width:16px;
	background:url(/images/icons/close-grey.png) no-repeat;
}

.popupContent .popupClose:hover{
	background:url(/images/icons/close.png) no-repeat;
	cursor:pointer;
}

.popupContent .popupText{
	padding:5px;
	top:0;
	left:0;
	/*overflow:auto;*/
	background-color:#F1F1F1;
	color:#000;
	cursor:default;
}

.popupWrapper.wit .popupContent .popupText{
	background-color:#FFF;
}

.popupVKG{display:none;}

fieldset ol li > div.popupVKG div.popupButton img{margin-top:4px;}
h1 > div.popupVKG {float:left;margin:2px;}
fieldset legend div.popupVKG div.popupButton img{margin-right:4px;}
fieldset legend div.popupVKG div.popupText{font-weight:normal;}
div.menustructuur div.icoon div.popupVKG {float:left;margin-left:5px;}
