.modal-footer {
    border-top: 0px;
}

.btn-biller {
  background: #f0cb5d;
  background-image: -webkit-linear-gradient(top, #f0cb5d, #f2b708);
  background-image: -moz-linear-gradient(top, #f0cb5d, #f2b708);
  background-image: -ms-linear-gradient(top, #f0cb5d, #f2b708);
  background-image: -o-linear-gradient(top, #f0cb5d, #f2b708);
  background-image: linear-gradient(to bottom, #f0cb5d, #f2b708);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  /*text-shadow: 1px 1px 2px #666666;*/
  font-family: Calibri;
  color: #666666;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
  font-weight: bold;

}

.btn-biller:hover {
  background: #ebb01a;
  text-decoration: none;
  color: #666;
}