Defines the width, or thickness of the line that makes up the border. To set different widths to different edges of the border see related properties border-top-width, border-bottom -width, border-left -width and border-right -width.
border-width: 3px;
IE5.5+, FF1+, 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. |