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