.btn {
  background: #01696d;
  background-image: -webkit-linear-gradient(top, #01696d, #6eb686);
  background-image: -moz-linear-gradient(top, #01696d, #6eb686);
  background-image: -ms-linear-gradient(top, #01696d, #6eb686);
  background-image: -o-linear-gradient(top, #01696d, #6eb686);
  background-image: linear-gradient(to bottom, #01696d, #6eb686);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 18px 6px 18px;
  text-decoration: none;
  width:90px;
  height:25px;
}

.btn:hover {
  background: #01696d;
  background-image: -webkit-linear-gradient(top, #01696d, #2b62e3);
  background-image: -moz-linear-gradient(top, #01696d, #2b62e3);
  background-image: -ms-linear-gradient(top, #01696d, #2b62e3);
  background-image: -o-linear-gradient(top, #01696d, #2b62e3);
  background-image: linear-gradient(to bottom, #01696d, #2b62e3);
  text-decoration: none;
}