El CSS:
Código:
.radiosombra{ border: 1px solid #CED5D7; border-radius: 6px; box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset; -pie-background:#FFF; -webkit-border-radius: 6px; -moz-border-radius: 6px; -moz-box-shadow: 0px 5px 10px #B5C1C5; -webkit-box-shadow: 0px 5px 10px #B5C1C5; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#B5C1C5')"; /* IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#B5C1C5'); /*navegadores antiguos*/ behavior: url(/includes/PIE.htc); }