
div#usernotes {
    padding: 0px 15px 0px 15px;
	background-color: transparent;
    margin-right: 200px;
    margin-top: 2px;
}
div#usernotes div.head, div#usernotes div.foot {
	background-color: transparent;
	/*padding: 4px;*/
    padding-bottom: 4px;
    padding-top: 20px;
}
div#usernotes div.foot {
}
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:1px dashed;
	padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
}
div#usernotes div.text {
	/*padding-left: 10px;*/
	margin-top: 4px;
}
.red
{
   color: #F00; 
}

