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