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