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