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