.chat_msg {
	text-align:left;
	background:#eee;
	border-bottom:1px solid #ccc;
	padding:10px 20px;
}
.chat_msg.read {
	background:transparent;
}