div#usernotes {
	margin-top:10px;
	border:1px dashed #007294;
	background-color: #bbbb88;
	color: inherit;
}
div#usernotes div.head {
	background-color:#999966;
	padding:4px;
} 

div#usernotes div.foot {
	background-color: #999966;
	color: inherit;
	padding: 4px;
}
div#usernotes div.foot {
	text-align: right;
}
div#usernotes div.foot a, div#usernotes div.head a {
	color: black;
	background-color: transparent;
}
div#usernotes span.action {
	float: right;
}
div#usernotes div.note {
	padding: 4px;
}
div#usernotes div.text {
	background-color: #cccc99;
	color: #001100;
	padding: 2px;
	margin-top: 4px;
}
.myinput {
	background-color:#dddd99;padding:2px;color:#000033;
}
.myinput:hover, input:focus {
	background-color:#eeee99;border:2px ridge #6699ff;
}	