.float-left {
  float: left;
  margin: 0px 15px 15px 0px;
}

.float-right {
  float: right;
  margin: 0px 0px 15px 15px;
}

a.button-green {
  display: inline-block;
  height: 36px;
  padding: 0px 15px;
  color: #FFFFFF;
  line-height: 36px;
  text-decoration: none;
  background: #6DBD00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6DBD00', endColorstr='#648C45');
  background: -webkit-gradient(linear, left top, left bottom, from(#6DBD00), to(#648C45));
  background: -moz-linear-gradient(top,  #6DBD00,  #648C45);
  border: 1px solid #648C45;
  border-radius: 6px;
}

a.button-green:active {
  background: #6DBD00;
}

a.button-green:hover {
  color: #CCCCCC;
}