/**/


	#postit_top{ 
		position:absolute;
		top:0;
		left:600px;
		margin:0;
		padding:0;
		padding-left:8px;
		
		z-index:1;
		background:transparent url(../images/postit_panel/top_lt.gif) bottom left no-repeat;
		
	}
	
	div#postit_top ul{ margin:0; padding:0; padding-bottom:5px; padding-top:5px; padding-right:8px; list-style:none; background:transparent url(../images/postit_panel/top_rt.gif) bottom right no-repeat;  }
	div#postit_top li{ margin:0; padding:0; display:inline; }
	div#postit_top li.spr{ margin:0; padding:0; display:inline; width:2px; border-left:solid 1px #5f7300; }
	div#postit_top a{ color:#000; text-decoration:none; }
	div#postit_top a img{ vertical-align:middle; text-decoration:none; }
	div#postit_top a:hover{ color:#5f7300; text-decoration:none; }
	
	
	#postits .postNoteArea { border:none; background:transparent; width:98%; height:95%; }
	html*#postits .postNoteArea { width:98%; height:300px; }
	
	#postits .postNoteArea_f , #postits .postNoteArea :focus{ background:#FFF; width:98%; height:95%; }
	
	html*#postits .postNoteArea_f , html*#postits .postNoteArea :focus{ background:#FFF; width:98%; height:300px; }