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