.message {
	display				: none;
	border				: 1px solid #E6E6E6;
	margin-bottom		: 15px;
	width				: 772px;
	height				: auto;
	padding-left		: 5px;
	padding-right		: 5px;
	padding-top			: 6px;
	padding-bottom		: 6px;
	background-color	: #efefef;
	box-shadow			: 0 1px 5px 0 #4A4A4A;
}

.message .msgicon {
	float				: left;
	width				: 16px;
	height				: 16px;
	margin-left			: 2px;
	margin-right		: 7px;
	background-repeat	: no-repeat;
}

.message .msgcontent {
	float				: left;
	width				: 747px;
}

.message.warn .msgicon	{ background-image: url(../img/icons/warn.png); }
.message.red .msgicon	{ background-image: url(../img/icons/error.png); }
.message.green .msgicon	{ background-image: url(../img/icons/success.png); }
.message.info .msgicon	{ background-image: url(../img/icons/information.png); }
.message.star .msgicon	{ background-image: url(../img/icons/star.png); }