.grad {background: #666666; /* Old browsers */
  background: -moz-linear-gradient(top,  #666666 0%, #666666 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(99%,#666666)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #666666 0%,#666666 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #666666 0%,#666666 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #666666 0%,#666666 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #666666 0%,#666666 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}