
.board_message {
	background: #EFEFEF;
	color: #000000;
	border-top: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
}

.board_messageYellow {
	background: #fff6bf;
	color: #000000;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
}

.board_messageGreen {
	background: #d6eca6;
	color: #000000;
	border-top: 2px solid #8dc93e;
	border-bottom: 2px solid #8dc93e;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
}

.board_messageBlue {
	background: #adcbe7;
	color: #000000;
	border-top: 2px solid #0f5c8e;
	border-bottom: 2px solid #0f5c8e;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
}


