#message {
	border				: 1px solid #E6E6E6;
	margin-bottom		: 20px;
	width				: 941px;
	height				: auto;
	padding-left		: 32px;
	padding-right		: 5px;
	padding-top			: 6px;
	padding-bottom		: 6px;
	background-color	: #efefef;
	background-repeat	: no-repeat;
	background-position	: 7px 5px;
	box-shadow			: 0 1px 5px 0 #4A4A4A;
}

#message.warn	{ background-image: url(../img/icons/warn.png); }
#message.red	{ background-image: url(../img/icons/error.png); }
#message.green	{ background-image: url(../img/icons/success.png); }
#message.info	{ background-image: url(../img/icons/information.png); }
#message.star	{ background-image: url(../img/icons/star.png); }