.board_message {
	background: #EFEFEF;
	color: #333333;
	border-top: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
	padding: 5px;
	margin-top: 10px;
}
.board_message_red {
	background: #ff4242;
	color: #333333;
	border-top: 1px solid #e70000;
	border-bottom: 1px solid #e70000;
	border-left: 1px solid #e70000;
	border-right: 1px solid #e70000;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
}
.board_message_yellow {
	background: #fff6bf;
	color: #333333;
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
	border-left: 1px solid #ffd324;
	border-right: 1px solid #ffd324;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
}
.board_message_green {
	background: #d6eca6;
	color: #333333;
	border-top: 1px solid #8dc93e;
	border-bottom: 1px solid #8dc93e;
	border-left: 1px solid #8dc93e;
	border-right: 1px solid #8dc93e;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
}