.note_top {
    background-image : url(../opennotes/note_top1.gif);
	height:15px;
	background-repeat : no-repeat;
	width:320px;
	font-size:1%;
}
.note_mid {
    font: 8pt  Arial, Helvetica, sans-serif;
	color: #000;
	width:280px;
	padding-left:20px;
	padding-right:20px;
	background-image : url(../opennotes/note_mid1.gif);
	background-repeat : repeat-y;
	
}
.note_text_left {
	position:relative;
	float:left;
	width:140px;
}
.note_text_right {
	position:relative;
	float:left;
	width:130px;
	padding-left:10px;
}
.note_bot {
    background-image : url(../opennotes/note_bottom1.gif);
	height:15px;
	background-repeat : no-repeat;
	width:320px;
	font-size:1%;
}

img {border:0px;}
