.notelws {
	position: absolute;
	z-index: 500;
	visibility: hidden;
	width:320px;
	height:168px;
	left:10px;
	top:280px;
	/**THIS IS THE BIT THAT POSITIONS THE DIV IN THE RIGHT PLACE******/
	margin-top:0px;

}
.lwsnote_left {
	position:relative;
	float:left;
	padding:0px;
	width:306px;
	height:154px;
}
.lwsnote_top {
	position:relative;
	float:left;
    background-image : url(lwsnotetop.jpg);
	height:7px;
	background-repeat : no-repeat;
	width:306px;
	font-size:1%;
	
}
.lwsnote_mid {
	position:relative;
	float:left;
    font: 8pt  "Verdana", Arial, Helvetica, sans-serif;
	color: #666666;
	width:266px;
	padding-left:20px;
	padding-right:20px;
	background-image : url(lwsnotemid.jpg);
	background-repeat : no-repeat;
	height:140px;
	
	}
.lwsnote_bot {
    position:relative;
	float:left;
    background-image : url(lwsnotebot.jpg);
	height:7px;
	background-repeat : no-repeat;
	width:306px;
	font-size:1%;
	
}
.lwsnote_right {
	position:relative;
	float:left;
	background-image : url(lwsnoteright.gif);
	background-repeat : no-repeat;
	width:14px;
	height:154px;
	filter: alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	-khtml-opacity: .5;

	
}
.lwsnote_bottom {
	position:relative;
	float:left;
	background-image : url(lwsnotebottom.gif);
	height:14px;
	background-repeat : no-repeat;
	width:320px;
	filter: alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	-khtml-opacity: .5;
}