CSS3 styles:
background: #ED872D;
color: #CF690F;
background: linear-gradient(to bottom, #ED872D 0%, #DE781E 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ED872D), color-stop(100%, #DE781E));
background: -webkit-linear-gradient(top, #ED872D 0%, #DE781E 100%);
background: -moz-linear-gradient(top, #ED872D 0%, #DE781E 100%);
background: -o-linear-gradient(top, #ED872D 0%, #DE781E 100%);
background: -ms-linear-gradient(top, #ED872D 0%, #DE781E 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED872D', endColorstr='#DE781E', GradientType=0);
border: 1px solid #CF690F;
text-shadow: 0 1px 0 #FC963C;
-webkit-text-shadow: 0 1px 0 #FC963C;
-moz-text-shadow: 0 1px 0 #FC963C;
box-shadow: inset 0 1px 0 #FC963C;
-webkit-box-shadow: inset 0 1px 0 #FC963C;
-moz-box-shadow: inset 0 1px 0 #FC963C;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.