@media screen
{
/* CSS for the box starts here */
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 1px;
	margin:1em 0;
	background: FFFFFF;
	}
.cbb h1 {
	margin:0 -5px;
	padding:0.3em 5px;
	background:#e0e0e0;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
	}
.two {
	width:45%;
	float:left;
	}
.three {
	width:45%;
	float:right;
	}
/* Rules for the top corners and border */
.bt {
	background:url("../images/71bpgbox.png") no-repeat 100% 0;
	margin:0 -1px 0 10px;
	height:5px;
	font-size: 5px; line-height: 5px;
	}
.bt div {
	height:5px;
	width:11px;
	position:relative;
	left:-11px;
	background:url("../images/71bpgbox.png") no-repeat 0 0;
	font-size: 5px; line-height: 5px;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url("../images/71bpgbox.png") no-repeat 100% 100%;
	margin:0 -1px 0 10px;
	height:5px;
	font-size: 5px; line-height: 5px;
	}
.bb div {
	height:5px;
	width:11px;
	position:relative;
	left:-11px;
	background:url("../images/71bpgbox.png") no-repeat 0 100%;
	font-size: 5px; line-height: 5px;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 4px;
	background:url("../images/71bpgbrd.png") repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 4px 0 0;
	background:url("../images/71bpgbrd.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:#FFFFFF;
	/*border:1px solid #f7f7ef;*/
	border-width:1px 0;
	padding: 5px;
	}
/* CSS for the box ends here */
}