.jcbox_clear {
	clear:both;
}


.jcbox_top_container, .jcbox_bottom_container {
		float:left;
		height:5px;
		display:block;
		clear:both;
}

.jcbox_top {
	float:left;
	height: 5px;
	display: block;
	background:url(resources/jcbox_top.png) bottom repeat-x;
}

.jcbox_top-left, .jcbox_bottom-left {
	float:left;
	display:block;
	width:12px;
	background:url(resources/jcbox_top-left.png) bottom no-repeat;
	height:5px;
}

.jcbox_top-right, .jcbox_bottom-right {
	float:right;
	display:block;
	width:12px;
	background:url(resources/jcbox_top-right.png) bottom no-repeat;
	height:5px;

}

.jcbox_left_container {
	float:left;
	display: block;
	width: 5px;
	position: relative;
}

.jcbox_left {
	float:left;
	display: block;
	width: 5px;
	background:url(resources/jcbox_left.png) right repeat-y;
	position: absolute;
	right: 0;
	top:10px;	
}



*html .jcbox_left, *html .jcbox_left-top, *html .jcbox_left-bottom {
	left:1px;
}

.jcbox_left-top, .jcbox_right-top {
	position: absolute;
	top:0px;
	right: 0px;
	width:5px;
	height: 10px;
	display: block;
	background:url(resources/jcbox_left-top.png) top right no-repeat;
}

*html .jcbox_right-top, *html .jcbox_right-bottom {
	right:-1px;
}

.jcbox_left-bottom, .jcbox_right-bottom {
	position: absolute;
	bottom:0;
	right: 0;
	width: 5px;
	height: 10px;
	display: block;
	background: url(resources/jcbox_left-bottom.png) bottom right no-repeat;
}

.jcbox_right_container {
	float: right;
	position: relative;
	width: 5px;
}

.jcbox_right {
	float: right;
	background:url(resources/jcbox_right.png) repeat-y;
	width: 5px;
	position: absolute;
	top:10px;
	left: 0;
}

.jcbox_right-top {
	background:url(resources/jcbox_right-top.png) top right no-repeat;
}

.jcbox_right-bottom {
	background: url(resources/jcbox_right-bottom.png) bottom right no-repeat;
}

.jcbox_bottom {
	float:left;
	height: 5px;
	display: block;
	background:url(resources/jcbox_bottom.png) top repeat-x;
}

.jcbox_bottom-left {
	background:url(resources/jcbox_bottom-left.png) top no-repeat;
}

.jcbox_bottom-right {
	background:url(resources/jcbox_bottom-right.png) top no-repeat;
}