/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
/* .cbb {
	padding:0;
	margin:0;
	}
.cb {
	padding:0;
	margin:0;
	} */
/* Rules for the top corners and border */
.bt {
	background:url(/_site/images/sheets/box.png) no-repeat 100% 0;
	margin:0 0 0 24px;
	height:25px;
}
.bt div {
	height:25px;
	width:24px;
	position:relative;
	left:-24px;
	background:url(/_site/images/sheets/box.png) no-repeat 0 0;
	}

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

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(/_site/images/sheets/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(/_site/images/sheets/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. */
.i3 {
	background:#fff;
	margin:0;
	padding:0;
	}
	
	
/* CSS for the box ends here */