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