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