/*
Theme Name: VRIJTHOF notarissen
Theme URI: http://www.i-use.nu/
Description: speciaal ontwikkeld voor VRIJTHOF notarissen
Version: 1.0
Author: i-use
*/
@charset "utf-8";
/* CSS Document */


.notice {
	background:#FFFFCC none repeat scroll 0 0;
	border:1px solid #FFCC33;
	color:#333;
	margin:0 0 15px;
	padding:7px;
}
	
	.notice ul {  
		list-style:none; 
		padding: 0;
		margin:0;
	}
	
	.notice ul li 	{ 
		margin:0 0 1px 0; 
		padding:7px 15px 5px 0;
	}
.success {
	background:#E6EFC2 none repeat scroll 0 0;
	border:1px solid #C6D880;
	margin:0 0 15px;
	padding:7px;
}