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