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