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