/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 22px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	}
.cbb h1, .cb h1 {
	margin:3px -10px;
	padding:5px 10px;
	background:#efece6;
	font:bold 1.1em/1 Arial, Helvetica, sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Rules for the top corners and border */
.bt {
	background:url(box.png) no-repeat 100% 0;
	margin:0 0 0 22px;
	height:22px;
	}
.bt div {
	height:22px;
	width:22px;
	position:relative;
	left:-22px;
	background:url(box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(box.png) no-repeat 100% 100%;
	margin:0 0 0 22px;
	height:22px;
	}
.bb div {
	height:22px;
	width:22px;
	position:relative;
	left:-22px;
	background:url(box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 15px;
	background:url(border.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 15px 0 0;
	background:url(border.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. */
.i3 {
	background:white;
	border:1px solid white;
	border-width:1px 0;
	padding:0 10px;
	}

