.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: 14px;
}

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

#notice_box {
	color: green;
	width: 420px; 
	min-height: 52px; 
	background: #ffffe0;
	border-style: dotted; 
	border-color: green;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
}

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