.handy-message {
	text-align:  center;
	padding:		4px;
	font-size:		14px;
	font-weight:	bold;
}
.handy-message-error {
	background-color:	#FF0000;
	color:				white;
}
.handy-message-ok {
	background-color:	green;
	color:				white;
}
.handy-message-warning {
	background-color: yellow;
}
.handy-message-neutral {
	background-color: silver;
}