/*
 * Messages box
 */
.msgok {
	text-align: center;
	color: green;
	font-size: 150%;
	border-left: 3px solid green;
	border-right: 3px solid green;
	border-top: 3px solid green;
	border-bottom: 3px solid green;
	margin: 5px;
	background-color:#ddffdd;
}

.msgattn {
	text-align: center;
	color: orange;
	font-size: 150%;
	border-left: 3px solid orange;
	border-right: 3px solid orange;
	border-top: 3px solid orange;
	border-bottom: 3px solid orange;
	margin: 5px;
	background-color:#ffffdd;
}

.msgerr {
	text-align: center;
	color: red;
	font-size: 150%;
	border-left: 3px solid red;
	border-right: 3px solid red;
	border-top: 3px solid red;
	border-bottom: 3px solid red;
	margin: 5px;
	background-color:#ffdddd;
}
