.chat
{
	overflow:auto;
	background-color:White;
}

.message
{
	background-color:#fcf9ef;
	border-left:1px solid white;
	border-top:1px dotted gray;
	border-right:1px solid #e9e2ca;
	padding-left:2px;
	padding-right:2px;
	margin:2px;
	font-size:12px;
}

.m_date 
{
	display:inline;
	width:20%;
	float:left;
	color: #0655cf;
}

.m_text 
{
	display: inline;
	width:70%;
	float:left;
}

.m_text_r
{
	width:70%;
	float:left;
	color:Gray;
}

