Unfortunately PIE only supports rgba opacity in box-shadow if it has no blur.
http://css3pie.com/documentation/suppor ... ures/#rgbaIt's often possible to work around this by simply using a lighter shade of your opaque color. If you want to let other browsers use the rgba, you can use -pie-box-shadow to override it only for PIE.