/* sticky note */
#fadeinbox{
position:absolute;
width: 300px;
left: 0;
top: -400px;
border: 4px solid gold;
background-color: white;
padding: 4px;
z-index: 100;
visibility:hidden;
}

/* misc */
.d1 { height:228px; overflow:auto;  
					 } 
#d2 { height:320px; overflow:auto;  /* was 230 */
					 }
#d3 { height:300px; overflow:auto;  
					 }		