@CHARSET "UTF-8";
.info, .information {
	border: solid darkgreen 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ddd;
	color: darkgreen;
	font-weight: normal;
	padding:6px;
	margin:3px;
}
.warn, .warning {
	border: solid #900 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #bbb;
	color:black;
	font-weight: normal;
	font-style:italic;
	padding:6px;
	margin:3px;
}
.err, .error {
	border: solid red 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #a00;
	color:white;
	font-weight: bold;
	padding:6px;
	margin:3px;
}
.crit, .critical {
	border: dashed yellow 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: red;
	color: yellow;
	font-weight: bold;
	font-style: italic;
	padding:9px;
	margin:4px;
}
.messclose {
	cursor: pointer;
}
