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