The border-image-outset property specifies the amount by which the border image area extends beyond the border box.Tip: Also look at the border-image property (a shorthand property for setting all the border-image-* properties).
border-image-outset: length|number|initial|inherit;
#borderimg { border-image-source: url(border.png); border-image-outset: 10px; }