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