.notes {
	border: none;
	background: transparent;
	margin: 4px;
	padding: 0px;
}

.notes .activate {
	border: none;
	background: transparent;
	color: #ccc;
	font-size: 11px;
	text-shadow: none;
	height: 14px;
	line-height: 14px;
	font-weight: normal;
}

.notes .activate:hover {
	color: #fff;
}

.notes .head {
	display: none;
	border: none;
	background: transparent;
	color: #ccc;
	font-size: 11px;
	text-shadow: none;
	height: 14px;
	line-height: 14px;
	font-weight: normal;
	padding: 0px;
}

.notes .body{
	border: none;
	padding: 2px 2px 6px 20px;
	font-size: 11px;
	color: rgb(110, 110, 110);
	display: none;
}

