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