/* Rules for the top corners and border */
.cb_borderT {
	background:url(box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
.cb_borderT div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.cb_borderB {
	background:url(box.png) no-repeat 100% 100%;
	margin:0 0 0 12px;  
	height:14px;
	}
.cb_borderB div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.cb_borderL {
	padding:0 0 0 12px;  
	background:url(borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.cb_borderR{
	padding:0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.cb_contentWrap {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 0px;
	}

