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