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