
.boxCornerSize {
	height:18px;
	background:url(../images/corners.gif) no-repeat;
	width:18px;
}

.boxTL, .boxBL {
	float:left;
}

.boxTR, .boxBR {
	float:right;
}

.boxTR {
	background-position:right 0;
}

.boxBL {
	background-position:0 bottom;
}

.boxBR {
	background-position:right bottom;
}

.boxBottomHdr {
	height:18px;
	width:100%;
	background-color:#99CCFF;
}

.boxBottom {
	height:18px;
	width:100%;
	background-color:#EEEEEE;
}

.boxEnd {
	clear:both;
}

