.notelws {
	position: absolute;
	z-index: 500;
	visibility: hidden;
	width:240px;
	height:168px;
	/*left:-100px;
	top:280px;
	*/
	/**THIS IS THE BIT THAT POSITIONS THE DIV IN THE RIGHT PLACE******/
	margin-top:50px;
}

.lwsnotetop {
	position:relative;
	float:left;
    background-image : url(lwsnotetop.jpg);
	height:12px;
	background-repeat : no-repeat;
	width:240px;
	font-size:1%;
	
}
.lwsnotemid {
	position:relative;
	float:left;
	font: 8pt "Tahoma", Arial, Helvetica, sans-serif;
	color: #000000;
	width:220px;
	padding-left:10px;
	padding-right:10px;
	background-image : url(lwsnotemid.jpg);
	background-repeat : repeat-y;
}
.lwsnotebot {
	position:relative;
	float:left;
	background-image : url(lwsnotebot.jpg);
	height:12px;
	background-repeat : no-repeat;
	width:240px;
	font-size:1%;
}
