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