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

.board_message_custom {
	background: #E7DFA0 url(images/trow2.png);
	width: 95%;
	color: #333333;
	border-top: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
	padding: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size: 13px;
	font-style: left;
}

