@charset "utf-8";
/* CSS Document */

div.comm_msg {
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 2px;
}

.unread_m_holder {
	text-align:left;
	width: 25%;
	float: left;
	padding-left: 25px;
	margin-left: 10px;
	background: url(../images/flag_red.png) no-repeat left center;
}

.total_m_holder {
	text-align:left;
	width: 25%;
	float: left;
	padding-left: 25px;
	margin-left: 10px;
	background: url(../images/unread-msg.png) no-repeat left center;
}

