div.CpPopup {
	position:						absolute;
	border-color:					#888;
	border-width:					1px;
	border-style:					solid;
	background-color:				white;
	color:							black;
	text-align:						left;
}

div.popupInnerDiv {
	margin-left:					5px;
	overflow:						auto;
	width:							10px;
}

div.popupInnerDiv h1 {
	margin-top:						10px;
	font-size:						2em;
}

div.CpPopup div.screenTopBar {
	height:							20px;
	text-align:						right;
	background-image:				url('/cms/beheer/images/popupbar.png');
	margin:							0;
	width:							100%;
}

div.CpPopup div.screenTopBar a img {
	text-decoration:				none;
	border:							0px solid white;
}	