div#usernotes {
	background-color: transparent;
}
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;
}
div#usernotes div.note {
	margin-left: 2em;
	margin-right: 2em;
	border-bottom:2px solid #E1E1E1;
	padding: 4px;
	margin-bottom: 4px;
}
div#usernotes div.text {
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#copyright {
	color: #999999;
	font-size: 0.7em;
}
#copyright a {
	color: #999999;
	font-size: 0.7em;
}
.green {
	color: #85A735;
}

