@CHARSET "UTF-8";

#messageContainer {
	width: 250px;
}

#message {
	padding: 1px;
	border: 1px dotted #006080;
	border-top: 3px solid #006080;
	margin-bottom:3px;
}

#message th {
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	text-align: left;
	background-color: #006080;
}

#message ul{
	list-style-type:none;
	list-style-image:url('../images/leftArrow_9.png');
	margin-left:-17px;
}
