
.paymentbuttons
{
    width:770px;
    max-width:100%;
    text-align: center;
    margin: 0 auto;
    font-family:Arial, Helvetica, sans-serif;
}

.paymentbutton
{
    width:220px;
    height:225px;
    max-width:100%;
    display: inline-block;
    margin: 12px;
    border: 1px dotted black;
    border-radius: 17px;
    font-size: 14px !important;
    overflow: hidden;
}

.instantpaymentbutton
{
    width:220px;
    height:140px;
    max-width:100%;
    display: inline-block;
    margin: 10px;
    border: 0px solid black;
    border-radius: 10px;
    font-size: 14px !important;
    overflow: hidden;
}

.instantlogo {
    width:220px;
    height: 60px;
    margin-bottom:5px;
    padding:0px;
    border-bottom: 0px dotted black;
}

.attention
{
    width:770px;
    max-width:100%;
    text-align: center;
    margin: 20px auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    color:red;
    border: 2px solid red;
    padding:5px;
    
}

.paymentbutton .instructions
{
    padding: 10px;
    height: 90px;
}

.logo {
    width:220px;
    height: 60px;
    margin-bottom:3px;
    padding:5px;
    border-bottom: 0px solid black;
}

.paymentbutton img {
    max-width:100%;
    max-height: 100%;
}

.paymentbutton button {
  background-color: #FFFF00; /* Green */

  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}



.paymentbutton input[type=submit] {

  background-color: #0066cb; /* Blue */
  width:280px;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px -30px;
  cursor: pointer;



}

.paymentbutton input:hover[type="submit"] {

  background-color: #009900; /* Green */
  width:280px;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px -30px;
  cursor: pointer;
  font-weight: bold;


}


.buynow {
  background-color:navy; 
  width:500px;
  max-width:100%;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 26px;
  margin: 35px auto;
  cursor: pointer;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
}