/* CSS Document */

/* Top border and right corner */
.bt {
background:url(box.png) no-repeat 100% 0;
margin:0 0 0 TL Xpx;
height:TL Y/TR Ypx;
}
/* Top left corner */
.bt div {
height:TL Y/TR Ypx;
width:TL Xpx;
position:relative;
left:-TL Xpx;
background:url(box.png) no-repeat 0 0;
}
/* Bottom border and right corner */
.bb {
background:url(box.png) no-repeat 100% 100%;
margin:0 0 0 BL Xpx;
height:BL Y/BR Ypx;
}
/* Bottom left corner */
.bb div {
height:BL Y/BR Ypx;
width:BL Xpx;
position:relative;
left:-BL Xpx;
background:url(box.png) no-repeat 0 100%;
}
/* Left border */
.i1 {
padding:0 0 0 LBpx;
background:url(borders.png) repeat-y 0 0;
}
/* Right border */
.i2 {
padding:0 RBpx 0 0;
background:url(borders.png) repeat-y 100% 0;
}