a:link, a:active, a:visited{ font-family: Tahoma; text-decoration: none }
a { color: #0066CC ; font-size: 11pt; font-family: Tahoma; text-decoration: none }


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


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


.instantpaymentbutton
{
    width:477px;
    height:230px;
    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:760px;
    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: 110px;
}


.logo {
    width:220px;
    height: 80px;
    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: #444444; /* Grey 4444444 or Green 009900 */
  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: #008800; /* 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;
}