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