.title {

}

.title .top {
 background:transparent url(images/title_top.gif) no-repeat right 0px;
}

.title .top .corner {
 height:20px;
 background:transparent url(images/title_top_left.gif) no-repeat 0px 0px;
}

.title .separator {
 background:transparent url(images/title_separator.gif) no-repeat right 0px;
}

.title .separator .corner {
 height:11px;
 background:transparent url(images/title_separator_left.gif) no-repeat 0px 0px;
 overflow: hidden;
}

.title .mid {
	background-color: transparent;
	background-image: url(images/title_mid.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
}

.title .mid .corner {
	background-color: transparent;
	background-image: url(images/title_mid_left.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.title .mid .corner .body {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.title .mid .corner .body .head {
	font-weight: bold;
}

.title .bottom {
 height:12px;
 background:transparent url(images/title_bottom.gif) no-repeat right 0px;
}

.title .bottom .corner {
height:12px;
 background:transparent url(images/title_bottom_left.gif) no-repeat 0px 0px;
}
