.message{
	position:					absolute;
	bottom:						0px;
	right:						0px;
	width:						310px;
	max-height:					200px;
	min-height:					60px;
	z-index:					999999;
}
.message .message_content{
	position:					absolute;
	top:						5px;
	left:						5px;
}
.message .message_content *{
	font-weight:				bold;
	color:						#ffffff;
}

.message .message_overlay{
	position:					absolute;
	bottom:						0px;
	right:						0px;
	top:						0px;
	left:						0px;
	border-top-left-radius:		15px;
	box-shadow:					0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	opacity:					0.9;
}
.message div.msg_error{
	background:					#c70000;
	border:						1px solid #900000;
	border-bottom:				none;
	border-right:				none;
}
.message div.msg_alert{
	background:					#fbf48c;
	border:						1px solid #c7c156;
	border-bottom:				none;
	border-right:				none;
}
.message table.msg_alert *{
	color:						#000000;
}
.message div.msg_info{
	background:					#6c9ce5;
	border:						1px solid #40778d;
	border-bottom:				none;
	border-right:				none;
}
