.box { width:100%; margin-bottom:10px; }
.box-top { background:url('images/box-top-center.png') repeat-x top left; }
.box-left { background:url('images/box-middle-left.png') repeat-y top left; }
.box-right { background:url('images/box-middle-right.png') repeat-y top right; }
.box-bottom { background:url('images/box-bottom-center.png') repeat-x bottom left; }
.box-topLeft { background:url('images/box-top-left.png') no-repeat top left; }
.box-topRight { background:url('images/box-top-right.png') no-repeat top right; }
.box-bottomLeft { background:url('images/box-bottom-left.png') no-repeat bottom left; }
.box-bottomRight { background:url('images/box-bottom-right.png') no-repeat bottom right; padding:3px } |