.info, .success, .warning, .error {
	border: 1px solid;
	margin: 10px auto;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 500px;
}

.info a {
	color: #00529B;
}

.success a {
	color: #4F8A10;
}

.warning a {
	color: #9F6000;
}

.error a {
	color: #D8000C;
}

.info ul li,
.success ul li,
.warning ul li,
.error ul li {
	list-style: disc;
	margin-left: 15px;
}

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

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/notify/success.png');
}

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

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/notify/error.png');
}
