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