#fadeinbox{
	font-size: 12px;
	position:absolute;
	width: 500px; 
	left: 0;
	top: -400px;
	border: 8px solid #2557ff;
	background-color: #e8e8e8;
	padding: 4px;
	z-index: 100;
	visibility:hidden;
	color: #0e0e0e;
}


#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../stickynote/blackdot.png');  
	visibility:hidden;
}
 
