}
background: -moz-linear-gradient(45deg, #1f69d2 0%, #008080 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1f69d2), color-stop(100%, #008080));
background: -webkit-linear-gradient(45deg, #1f69d2 0%, #008080 100%);
background: -o-linear-gradient(45deg, #1f69d2 0%, #008080 100%);
background: -ms-linear-gradient(45deg, #1f69d2 0%, #008080 100%);
background: linear-gradient(45deg, #1f69d2 0%, #008080 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#1f69d2',GradientType=1 );
}