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