/* CSS for the fancy box styling starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	margin:.5em 0;
	border:1px solid #666;
	background: white;
	}
.cbb h1 {
	margin:.3em 0;
	padding:0.3em;
	}
.cbb h2 {
	margin:.3em 0;
	padding:0 0.3em;
	}
.cbb p {
	margin:.3em 0;
	padding:0 0.3em;
	}

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
	}
/* Rules for the top corners and border */
.bt {
	background:url("images/box.gif") no-repeat 100% 0;
	margin:0 0 0 12px;
	height:14px;
	font-size: 0;
	}
.bt div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url("images/box.gif") no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url("images/box.gif") no-repeat 100% 100%;
	margin:0 0 0 6px;
	height:9px;
	font-size: 0;
	}
.bb div {
	height:9px;
	width:7px;
	position:relative;
	left:-7px;
	background:url("images/box.gif") no-repeat 0 97%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 2px;
	background:url("images/borders.gif") repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 1px 0 0;
	background:url("images/borders.gif") 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;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 5px 5px 5px;
	}



/* CSS for the box ends here */