#notes_widget{
	position: absolute;
	height: 20px;
	top: 7px;
	right: 180px;
	z-index: 100;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
}

#notes{
	font-family: Helvetica, Arial, sans-serif;
	background-color: transparent;
	color: #ffffff;
	z-index: 5000;
	position: absolute;
	top: 25%;
	width: 200px;
}

#notes > div {
	background-color: #000000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
}

#notes div.remove{
	font-size: 10px;
	float: left;
	margin-right: 5px;
}

#notes div.content{
	font-size: 14px;
}


