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