If you mean the gradient:
background: -webkit-gradient(linear, top, bottom, from(#73B2F7), to(#6396D6));
background: -moz-linear-gradient(top, #73B2F7, #6396D6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73B2F7', endColorstr='#6396D6');
If you mean shadow, I wrote a python script to create a series of div ids with widths matching those required to create half-circles in the corner and centered them in a container div above and below the text. Smaple at: http://awgwa.com . Then you would have to position it behind the button with the gradient.