.box {

}

.box .top {
 background:transparent url(images/box_top.gif) no-repeat right 0px;
}

.box .top .corner {
 height:16px;
 overflow: hidden;
 background:transparent url(images/box_top_left.gif) no-repeat 0px 0px;
}

.box .separator {
 background:transparent url(images/box_separator.gif) no-repeat right 0px;
}

.box .separator .corner {
 height:7px;
 background:transparent url(images/box_separator_left.gif) no-repeat 0px 0px;
 overflow: hidden;
}

.box .mid {
	background-color: transparent;
	background-image: url(images/box_mid.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
}

.box .mid .corner {
	background-color: transparent;
	background-image: url(images/box_mid_left.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.box .mid .corner .body {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.box .mid .corner .body .head {
	font-weight: bold;
}

.box .bottom {
 background:transparent url(images/box_bottom.gif) no-repeat right 0px;
}

.box .bottom .corner {
height:12px;
overflow: hidden;
 background:transparent url(images/box_bottom_left.gif) no-repeat 0px 0px;
}