.gradientV{
    background-color: #2066ac;
    background: -moz-linear-gradient(top, #2066ac, #3e86d0);
    background: -webkit-gradient(linear, left top, left bottom, from(#2066ac), to(#3e86d0));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#2066ac', EndColorStr='#3e86d0', GradientType=0);
  }