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