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