/* $Id: notes.css,v 1.2 2007/02/15 00:18:23 patrick Exp $ */

.notehead {
	background-color: #c9f;
	display: block;
	position: fixed;
	width: 250px;
	height: 20px;
	top: 2px;
	right: 2px;
	padding: 2px;
}

.notebody {
	background-color: #c9f;
	position: fixed;
	width: 250px;
	top: 26px;
	right: 2px;
	padding: 2px;
}


