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