/************ Homepage ************/
/*.btn-paypal {
  background: #044c87;
  background-image: -webkit-linear-gradient(top, #044c87, #0a3b63);
  background-image: -moz-linear-gradient(top, #044c87, #0a3b63);
  background-image: -ms-linear-gradient(top, #044c87, #0a3b63);
  background-image: -o-linear-gradient(top, #044c87, #0a3b63);
  background-image: linear-gradient(to bottom, #044c87, #0a3b63);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ededed;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.btn-paypal:hover {
  background: #0000cf;
  background-image: -webkit-linear-gradient(top, #0000cf, #0800a6);
  background-image: -moz-linear-gradient(top, #0000cf, #0800a6);
  background-image: -ms-linear-gradient(top, #0000cf, #0800a6);
  background-image: -o-linear-gradient(top, #0000cf, #0800a6);
  background-image: linear-gradient(to bottom, #0000cf, #0800a6);
  text-decoration: none;
}

.btn-bank {
  background: #ffe400;
  background-image: -webkit-linear-gradient(top, #ffe400, #ffd52f);
  background-image: -moz-linear-gradient(top, #ffe400, #ffd52f);
  background-image: -ms-linear-gradient(top, #ffe400, #ffd52f);
  background-image: -o-linear-gradient(top, #ffe400, #ffd52f);
  background-image: linear-gradient(to bottom, #ffe400, #ffd52f);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #000;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.btn-bank:hover {
  background: #e6d700;
  background-image: -webkit-linear-gradient(top, #e6d700, #c2b200);
  background-image: -moz-linear-gradient(top, #e6d700, #c2b200);
  background-image: -ms-linear-gradient(top, #e6d700, #c2b200);
  background-image: -o-linear-gradient(top, #e6d700, #c2b200);
  background-image: linear-gradient(to bottom, #e6d700, #c2b200);
  text-decoration: none;
}*/
.btn-bank {
  background: url('http://x4.sdimgs.com/sd_static/a/214986/dbs_transfer.png?v=20150505173938');
}
.btn-paypal {
  background: url('http://getpopunder.com/site_images/pay-paypal.png');
}
.btn-bank, .btn-paypal {
  width: 150px;
  height: 50px;
  border: none;
  display: inline-block;
  color: transparent;
  background-size: 150px 50px;
  cursor: pointer;
}
.btn-bank:hover, .btn-paypal:hover {
  opacity: 0.8;
}

/************ Submit Page ************/
.wrapper {
border: 2px solid red;
max-width: 900px;
padding: 15px 40px;
margin: 5% auto;
font-family: Helvetica;
}

.bold {
font-size: 16px;
font-weight: bold;
}

.small {
font-size: 11px;
}

table > tbody > tr > td {
padding-left: 10px;
padding-right: 10px;
}

.right-separator {
border-right: 1px dashed grey;
}