﻿<style>
<!--

/*Post-it note script- by javascriptkit.com
Visit JavaScript Kit (http://javascriptkit.com) for script
Credit must stay intact for use*/

#postit{
position:absolute;
width:25%;
height:auto;
padding:5px;
background-color:#FFFF99;
border:1px solid black;
visibility:hidden;
z-index:100;
/*cursor:hand;
cursor: pointer;*/
}

-->
</style>