.board_message {
	background: #afb3cb url(../../../images/utsbegin/bluehand4.png) no-repeat center right;
	color: #20243C;
	border-top: 2px solid #20243C;
	border-bottom: 2px solid #20243C;
	padding: 5px;
	margin-top: 10px;
}

.red {
	background: #ee4a2b url(../../../images/utsbegin/redtriangle4.png) no-repeat center right;
	color: #6f2315;
	border-top: 2px solid #4e190f;
	border-bottom: 2px solid #4e190f;
	padding: 5px;
	margin-top: 10px;
}

.orange {
	background: #ff9e00 url(../../../images/utsbegin/orangei3.png) no-repeat center right;
	color: #724700;
	border-top: 2px solid #4e3000;
	border-bottom: 2px solid #4e3000;
	padding: 5px;
	margin-top: 10px;
}

.green {
	background: #9cff00 url(../../../images/utsbegin/greentick2.png) no-repeat center right;
	color: #3d6300;
	border-top: 2px solid #213600;
	border-bottom: 2px solid #213600;
	padding: 5px;
	margin-top: 10px;
}