
/*button-style*/
.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #4c4d0f;
  padding: 5px 10px 5px 9px;
  text-decoration: none;
}

.btn:hover {
  background: #71721d;
  text-decoration: none;
}