.messagesLayout .message{
	dispaly:block;
	width:627px;
	height:36px;
	background-color:#e1ddd3;
	border:none;
	padding:2px 0 0 4px;
	font-family:Tahoma;
	font-size:11px;
	color:#303030;
}

.messagesLayout .read{
	background-color:#ececec;
}

.message .avatar{
	float:left;
	margin-right:5px;
}

.message .avatar img{
	width:34px;
	height:34px;
}

.message .ui-checkbox{
	margin-top:8px;
	margin-right:2px;
}


.message .text strong {
	white-space:nowrap;
	width:310px;
	display:block;
	overflow:hidden;
}
