Here's a simple drop shadow shader.
Parameters:
X Offset, Y Offset - shifts the shadow (in pixels)
Angle - useful for rotating objects, set this to the Angle of the object, and the shadow will stay in place
Color - the shadow's color
Alpha - the shadow's alpha value
Uses actual alpha composition math that I got from Wikipedia established myself.