.whitecorners-bt {
background:url("../images/corners/white.png") no-repeat scroll 100% 0 transparent;
height:17px;
margin:0 0 0 18px;
}

.whitecorners-bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url("../images/corners/white.png") no-repeat 0 0;
}


.whitecorners-bb {
	background:url("../images/corners/white.png") no-repeat scroll 100% 100% transparent;
	height:17px;
	margin:0 0 0 18px;
}

.whitecorners-bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url("../images/corners/white.png") no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/corners/white-borders.png) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/corners/white-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;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
	min-height:400px;
}
/* CSS for the box ends here */

