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