.msg-box {
	border: 2px solid #666666;
	padding: 0.2em;
	margin: 0.2em 0;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
} 
.msg-box-success {
	border: 2px solid #275010;
	color: #275010;
	background-color: #e6fde6;
}
.msg-box-warning {
	background-color: #fffdc8;
}
.msg-box-error {
	border: 2px solid #CC0000;
	color: #CC0000;
	background-color: #FFEEEE;
}

.msg-box-error a, .msg-box-error a:hover {
	color: #CC0000 !important;
}