﻿.greenbutton {
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 15px 8px 15px;
  background: #7BC143;
  text-decoration: none;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
}

.greenbutton:hover {
  background: #4C7825;
  text-decoration: none;
}
