.messages .title a
{
	text-transform: uppercase;
	color: #3A3A38;
	font-size: 12px;
	font-weight: bold;
	padding-left: 11px;
	background-image: url(../images/msg_closed.png);
	background-position: left;
	background-repeat: no-repeat;
}

.messages .title a.open
{
	background-image: url(../images/msg_open.png);
}

.messages div.text
{
	margin: -8px 0px 25px 11px;
	font-size: 10pt;
	line-height: normal;
	text-transform: none;
	color: #3A3A38;
	display: none;
}
