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