.infobox,.warningbox,.errorbox {
	border: 1px solid;
	margin: 10px 0px;
	padding: 5px 5px 5px 35px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.infobox {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/images/icons/information.png');
}

.warningbox {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/images/icons/error.png');
}

.errorbox {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/images/icons/exclamation.png');
}

.infobox li, .warningbox li, .errorbox li {
	margin-left:30px;
}