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