/* CSS Document */

#postit{
	position: absolute;
	width: 347px;
	/*height: 181px;*/
	min-height: 195px;
	padding-left: 5px;
	background-image: url(../images/Post-It_Note.gif);
	background-repeat: no-repeat;
	background-color: #FEFF99;
	border: 1px solid black;
	visibility: hidden;
	z-index: 100;
	cursor: hand;
	left: 150px;
	top: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

