	
	/*	MELDINGEN
	 	_____________________________________________________________________ */	
		
		#melding
		{
			position: relative;
			float: left;
			
			width: 93%;
			height: auto;
			
			padding: 3%;
			margin-bottom: 20px;
			
			font-size: 11px;	
		}
		
		#melding-inhoud
		{
			position: relative;
			float: left;
			
			width: 96%;
			height: auto;
			
			margin-right: 1%;
		}
		
		#melding-sluiten
		{
			position: relative;
			float: left;
			
			width: 3%;
			height: auto;
		}
		
		.fout
		{
			text-align: left;
			
			color: #FF0000;
			background: #FFEAEA;
			border: dotted 1px #FF0000;
		}
		
		.goed
		{
			text-align: left;
			
			color: #8BCE00;		
			background: #F4FFDF;
			border: 1px dotted #8BCE00;
		}
		
		.normaal
		{
			text-align: left;
			
			color: #5B8EE1;
			background: #F4F8FF;
			border: dotted 1px #5B8EE1;
		}
		
		#melding ul { margin: 0px; }
		#melding li { line-height: 16px; list-style:none; }
		#melding .pijl { font-size: 12px; }