<?php
background: #026CB1;
background: -moz-linear-gradient(top, #026CB1 0%, #025f9a 44%, #035488 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#026CB1), color-stop(44%,#025f9a), color-stop(100%,#035488));
background: -webkit-linear-gradient(top, #026CB1 0%,#025f9a 44%,#035488 100%);
background: -o-linear-gradient(top, #026CB1 0%,#025f9a 44%,#035488 100%);
background: -ms-linear-gradient(top, #026CB1 0%,#025f9a 44%,#035488 100%);
background: linear-gradient(top, #026CB1 0%,#025f9a 44%,#035488 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026CB1', endColorstr='#035488',GradientType=0 );
border-bottom: 1px solid #BEBEBE;