Here's an example of the box-shadow property using the inset directive.This will yield a drop shadow inside the element.
-moz-box-shadow:inset 0 0 10px #000000; -webkit-box-shadow:inset 0 0 10px #000000; box-shadow:inset 0 0 10px #000000;