	div.filter {
		background: 			rgb(0, 0, 0) none repeat scroll 0% 0%;
		opacity: 				0.3;
		-ms-filter:				"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter:					alpha(opacity=30);
		position:				fixed;
		top:					0;
		left:					0;
		bottom: 				0;
		right: 					0;
		z-index:				100;
	}
	
	div.message_handler_box {
		position:				fixed;
		top:					50%;
		left:					50%;
		width:					430px;
		height:					200px;
		margin:					-90px 0 0 -212px;
		z-index:				101;
		background:				#f7f8f8;
		font-family:			Arial, Helvetica, sans-serif;
		font-size:				13px;
		text-align:				left;
		color:					#444545;
		border:					solid 2px #b3b3b3;
	}
	
	div#message_handler_box {
	    background:				#f7f8f8 url("../images/message_handler.png") no-repeat top left;
	}

	div#message_handler_box h2 {
		color:					#5b5b5c;
		font-size:				20px;
		font-weight:			bold;
		position:               absolute;
		top:					18px;
		left:					95px;
	}
	
	div#leerlingstage_popup h2 {
		color:					#5b5b5c;
		font-size:				20px;
		font-weight:			bold;
		position:               absolute;
		top:					18px;
		left:					18px;
	}
	
	div.message_handler_box p#message_handler {
		line-height:			20px;
		position:				absolute;
		top:					60px;
		left:					95px;
		right:					9px;
	}
	
	div.message_handler_box #leerlingstage_gebruik_sc {
		line-height:			20px;
		position:				absolute;
		top:					60px;
		left:					18px;
		right:					9px;
	}
	
	div.message_handler_box #bezet_notification {
		line-height:			20px;
		position:				absolute;
		top:					110px;
		left:					18px;
		right:					9px;
	}
	
	div.message_handler_box div#message_handler_image {
		position:				absolute;
		top:					30px;
		left:					20px;
		width:					50px;
		height:					50px;
		background:				center center no-repeat;
	}
	
	div.message_handler_box div#message_handler_image.error {
		background-image:		url("../images/error.png");
	}
	
	div.message_handler_box div#message_handler_image.ok {
		background-image:		url("../images/confirm.png");
	}
	
	div.message_handler_box div#message_handler_image.warning {
		background-image:		url("../images/warning.png");
	}
	
	div.message_handler_box input.button {
		position:				absolute;
		bottom:					9px;
		right:					9px;
	}
	
	div.message_handler_box input#submit_annuleren {
		position:				absolute;
		bottom:					9px;
		right:					90px;
	}
