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

#error_box {
	color: red; 
	width: 420px; 
	min-height: 52px; 
	background: #faf8d1; 
	border-style: dotted; 
	border-color: red;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11pt;
}

#warning_box {
	color: green;
	width: 420px; 
	min-height: 52px; 
	background: #faf8d1; 
	border: 1px dotted yellow;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10pt;
}

#notice_box {
	color: green;
	width: 420px; 
	min-height: 52px; 
	background: #ffffe0;
	border: 1px solid green;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10pt;
}

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