.MessageTitle
{
	padding-top: .7em; 
	padding-bottom: .7em;
	padding-left: .7em;
	padding-right: 3.8em;
}

.MessageBody
{
	padding: .7em;
}

.ClientMessage
{
	border: solid 1px #f80;
}

.ClientTitle
{
	border-bottom: dashed 1px #f80;
	background-color: #ff9;
}

.ExpertMessage
{
	border: solid 1px #0b0;
}

.ExpertTitle
{
	border-bottom: dashed 1px #0b0;
	background-color: #cfc;
}

.CommentMessage
{
	border: solid 1px #777;
}

.CommentTitle
{
	border-bottom: dashed 1px #777;
	background-color: #ddd;
}