.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/box3.png) no-repeat 100% 0;
	margin:0 0 0 44px;
	height:44px;
	}
.bt div {
	height:44px;
	width:44px;
	position:relative;
	left:-44px;
	background:url(/images/box3.png) no-repeat 0 0;
	}

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

/* Insert the left border */
.i1 {
	padding:0 0 0 15px;
	background:url(/images/borders3.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 32px 0 0;
	background:url(/images/borders3.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;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
	padding-bottom: 1em;
	}
/* CSS for the box ends here */


