/* CSS Document */

div#usernotes {
	background-color: transparent;
	color: #333;
}
div#usernotes div.head, div#usernotes div.foot {
	background-color: transparent;
	padding: 4px;
}
div#usernotes div.foot {
	text-align: right;
}
div#usernotes div.foot a, div#usernotes div.head a {
	background-color: transparent;
}
div#usernotes span.action {
	float: right;
	color: #FFF;
}
div#usernotes div.note {
	margin-left: 2em;
	margin-right: 2em;
	padding: 4px;
	background-color: #538473;
	margin-bottom: 5px;
	border-bottom-style: none;
	color: #FFF;
}
div#usernotes div.text {
	padding: 2px;
	margin-top: 4px;
}.commhead {
}
