.red-clean-button {
  background-color: #c9252b;
  color: #fff;
  font-family: 'PT Sans Caption', 'Trebuchet MS', Arial, Sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  border: 1px solid #fff;
  box-shadow: 0 0 1px #c9252b;
  height: 25px;
  padding: 2px 15px 1px 15px;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
  float:right;
}