While using CSS3\'s box-shadow I am having an issue I do not usually have.
box-shadow
The box shadow usually just bleeds over the div edges, but not on this one.
If box-shadow is being cut-off, make sure overflow:visible is set on any div(s) your element is contained in.
overflow:visible