.message { padding: 3px; margin: 15px 0; }

	.message-error { background: #eec6c6; } 
	.message-complete { background: #c0d8aa; } 
	.message-info { background: #c0ddef; } 
	.message-warning { background: #f9edaa; } 

		.message div { background-repeat: no-repeat; background-position: 5px 5px; font-size: 18px; padding: 10px; }

		.message-error div { background-color: #fae2e3; border: 1px solid #d76969; color: #cf4646; }
		.message-complete div { background-color: #e0f4b4; border: 1px solid #5ca417; color: #54901b; }
		.message-info div { background-color: #e4edf9; border: 1px solid #73c0f0; color: #3c8cbe; }
		.message-warning div { background-color: #fffac6; border: 1px solid #e6b860; color: #ed7f1b; }