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