.notice {
	border-color: green;
	background: lightgreen;
	color: green;
}

.error,.warning {
	border-color: red;
	background: pink;
	color: red;
}
.message {
	border-color: #ff6644;
	background: #ffee88;
	color: #ff6644;
}

.notice, .warning, .message,.error {
	border: 1px solid;
	padding: 5px 5px 5px 5px;
	margin: 10px;
}

