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