Specifies the width or thickness for an outline. An outline works similar to a border, except an outline doesn’t occupy any space, that is, it doest add to the width and height of an element. It is intended for highlighting an elements on the page.
outline-width: 1.8em;
FF1.5+, SA1.3+, OP9.2+
| em | Relative length value. A em unit is equal to the font-size value of the element used. |
| px | Pixel, a pixel unit represents a single dot on the screen. |