/* CSS Document */
/* CSS for boxes on the home page new design -- 4/2008 */


	div.expandable_note_box {
		width: 300px;
		min-height: 5px;
		background-image: url(../images/about/boxes/top_ab.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-top:70px;
	}

	div.expandable_note_box div.middle {
		width: 300px;
		background-image: url(../images/about/boxes/middle.png);
		background-position: left;
		background-repeat: repeat-y;
		height: 100px;
	}

	div.expandable_note_box div.inside {
		padding-left: 10px;
		width: 260px;
		height: 100px;
	}
	div.expandable_note_box div.bottom {
		width: 300px;
		background-image: url(../images/about/boxes/bottom.png);
		background-position: bottom;
		background-repeat: no-repeat;
		height: 30px;
	}

	div.expand_note_box {
		width: 300px;
		min-height: 5px;
		background-image: url(../images/about/boxes/top_os.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-top:70px;
	}

	div.expand_note_box div.middle {
		width: 300px;
		background-image: url(../images/about/boxes/middle.png);
		background-position: left;
		background-repeat: repeat-y;
		height: 100px;
	}

	div.expand_note_box div.inside {
		padding-left: 10px;
		width: 260px;
		height: 100px;
	}
	div.expand_note_box div.bottom {
		width: 300px;
		background-image: url(../images/about/boxes/bottom.png);
		background-position: bottom;
		background-repeat: no-repeat;
		height: 30px;
	}


	div.book_note_box {
		width: 300px;
		min-height: 5px;
		background-image: url(../images/about/boxes/top6a.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-top:70px;
	}

	div.book_note_box div.middle {
		width: 300px;
		background-image: url(../images/about/boxes/middle.png);
		background-position: left;
		background-repeat: repeat-y;
		height: 100px;
	}

	div.book_note_box div.inside {
		padding-left: 10px;
		width: 260px;
		height: 100px;
	}
	div.book_note_box div.bottom {
		width: 300px;
		background-image: url(../images/about/boxes/bottom.png);
		background-position: bottom;
		background-repeat: no-repeat;
		height: 30px;
	}


	div.keys_note_box {
		width: 300px;
		min-height: 5px;
		background-image: url(../images/about/boxes/top7a.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-top:70px;
	}

	div.keys_note_box div.middle {
		width: 300px;
		background-image: url(../images/about/boxes/middle.png);
		background-position: left;
		background-repeat: repeat-y;
		height: 100px;
	}

	div.keys_note_box div.inside {
		padding-left: 10px;
		width: 260px;
		height: 100px;
	}
	div.keys_note_box div.bottom {
		width: 300px;
		background-image: url(../images/about/boxes/bottom.png);
		background-position: bottom;
		background-repeat: no-repeat;
		height: 30px;
	}

	div.sign_note_box {
		width: 300px;
		min-height: 5px;
		background-image: url(../images/about/boxes/top9a.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-top:70px;
	}

	div.sign_note_box div.middle {
		width: 300px;
		background-image: url(../images/about/boxes/middle.png);
		background-position: left;
		background-repeat: repeat-y;
		height: 100px;
	}

	div.sign_note_box div.inside {
		padding-left: 10px;
		width: 260px;
		height: 100px;
	}
	div.sign_note_box div.bottom {
		width: 300px;
		background-image: url(../images/about/boxes/bottom.png);
		background-position: bottom;
		background-repeat: no-repeat;
		height: 30px;
	}


	div.pen_note_box {
		width: 300px;
		min-height: 5px;
		background-image: url(../images/about/boxes/top8a.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-top:70px;
	}

	div.pen_note_box div.middle {
		width: 300px;
		background-image: url(../images/about/boxes/middle.png);
		background-position: left;
		background-repeat: repeat-y;
		height: 100px;
	}

	div.pen_note_box div.inside {
		padding-left: 10px;
		width: 260px;
		height: 100px;
	}
	div.pen_note_box div.bottom {
		width: 300px;
		background-image: url(../images/about/boxes/bottom.png);
		background-position: bottom;
		background-repeat: no-repeat;
		height: 30px;
	}


