Possible Duplicate:
Is css box-shadow part of element's box model?
Does a css border-shadow property add to an element's size or is it added after and not effect other elements?
So say my div width is 100px, margin 10px, border 1px, padding 5px, box-shadow 2px, is the total width of the element 136px (inclusive of all the above) or 132px (just the first four).