.error {
	color: red; 
	font-weight: bold;
}

div.box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 10pt;	
	width: 90%; 
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
}

div.box_body {
	margin-top: 3px;
	margin-left: 25px;
}

img.box_icon {
	position: absolute;
	left: -24px;
	top: -24px;
}


div.error_box {
	color: red;
	width: 90%;
	min-height: 52px;
	background: #faf8d1; 
	border: 1px solid red; 
}

div.warning_box {
	color: green;
	width: 90%; 
	min-height: 52px; 
	background: #faf8d1; 
	border: 1px solid yellow;
	font-weight: bold;
}

div.info_box {
	color: green;
	min-height: 52px; 
	background: #ffffe0;
	border: 1px solid green;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
}

div.debug_box {
	color: green;
	width: 100%; 
	background: #ffffe9;
	border: 1px dotted blue;  
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 10px;
	overflow: auto;
}
