
div.expandable_note_box {
	float: left;
	width: 350px;
	min-height: 100px;
	padding-top: 32px;
	background-image: url("images/top.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	
}

div.expandable_note_box div.middle {
	width: 350px;
	padding-left: 30px;
	padding-right: 4px;
	margin-bottom: -10px;
	background-image: url("images/middle.jpg");
	background-position: -30;
	background-repeat: repeat-y;
}
div.expandable_note_box div.middle p {



}
div.expandable_note_box div.inside {
	padding-left: 0px;
	
	padding-bottom: 1px;
	width: 300px;
}

div.expandable_note_box div.bottom {
	width: 350px;
	height: 53px;
	background-image: url("images/bottom.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

