.box {
	position: relative;
}
.box_title {
	position: relative;
	z-index: 2;
	min-height: 19px;
	padding: 5px 16px 0px 16px;
	font-weight: bold;
	font-size: 13px;
}
.box_contentarea {
	position: relative;
	z-index: 3;
	padding: 0px;
	
}
.box_contentarea_fill {
	background: #FFFFFF;
	z-index: 2;
}

.box_bottomtext {
	position: absolute;
	z-index: 3;
	min-height: 19px;
	bottom: 0px;
	left: 17px;
	right: 17px;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
}

.box_top_container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 24px;
}




.box_body {
	position: absolute;
	z-index: 0;
	top: 24px;
	bottom: 23px;
	left: 0px;
	right: 0px;	
	background: #FFFFFF;
}
.box_top {
	position: absolute;
	z-index: 1;
	height: 24px;
	top: 0px;
	left: 20px;
	right: 20px;	
}
.box_bottom {
	position: absolute;
	z-index: 1;
	height: 24px;
	bottom: 0px;
	left: 20px;
	right: 20px;
}
.box_topleft {
	position: absolute;
	z-index: 1;
	height: 24px;
	width: 20px;
	top: 0px;
	left: 0px;
}
.box_topright {
	position: absolute;
	z-index: 1;
	height: 24px;
	width: 20px;
	top: 0px;
	right: 0px;
}
.box_bottom_container {
	position: relative; 
	height: 24px;
	z-index: 1;
}
.box_bottom_container_snap {
	position: absolute; 
	height: 24px;
	z-index: 1;
	bottom: 0px;
	left: 0px;
}
.box_bottomleft {
	position: absolute;
	z-index: 1;
	height: 24px;
	width: 20px;
	bottom: 0px;
	left: 0px;
}
.box_bottomright {
	position: absolute;
	z-index: 1;
	height: 24px;
	width: 20px;
	bottom: 0px;
	right: 0px;
}
.box_left {
	position: absolute;
	z-index: 4;
	width: 2px;
	top: 24px;
	left: 0px;
	bottom: 24px;
	background: url(gfx/left.png) repeat-y;
}
.box_right {
	position: absolute;
	z-index: 4;
	width: 2px;
	top: 24px;
	right: 0px;
	bottom: 24px;
	background: url(gfx/right.png) repeat-y;
}
