.message{
	display:none;
	position:fixed;
	right:10px;
	bottom:5px;
	background-color:#e6e6e6;
	text-align:center;
	padding:15px;
	padding-left:30px;
	font-weight:bold;
	font-family:Trebuchet MS;
	background-repeat:no-repeat;
	background-position:10px;
}
.success{
	color:#fff;
	background-color:#4aa2d2;
	border:solid 1px #fff;
	padding:10px;
}
.error{
	color:#ac1111;
	background-image:url('/cms/gfx/icons_small/error.png');
}
.info{
	color:#3560d8;
	background-image:url('/cms/gfx/icons_small/help.png');
}