﻿
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 5px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: 5px 5px 5px #888888;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   width: 160px;
 }
 .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
 .button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   box-shadow: 0px 0px 0px #888888;
   border: none;
   }
    .button:disabled {
        background: gainsboro none;
        color: gray;
    }
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 18;
  -moz-border-radius: 18;
  border-radius: 18px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.buttonPay {
  background: #FCF6E4;
  background-image: -webkit-linear-gradient(top, #FCF6E4, #FCAA2C);
  background-image: -moz-linear-gradient(top, #FCF6E4, #FCAA2C);
  background-image: -ms-linear-gradient(top, #FCF6E4, #FCAA2C);
  background-image: -o-linear-gradient(top, #FCF6E4, #FCAA2C);
  background-image: linear-gradient(to bottom, #FCF6E4, #FCAA2C);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: 5px 5px 5px #888888;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  border-radius: 28px;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  height:40px;
  color: #748284;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.buttonPay:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  font-weight: bold;
}
.buttoniAccept {
   background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: 5px 5px 5px #888888;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  border-radius: 28px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: white;
  height: 25px;
  font-size: 12pt;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.buttoniAccept:disabled {
    background: gainsboro none;
    color: gray;
}

.buttoniAccept:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.btnGreen {
    text-align:center;
    width:100px;
    color:#ffffff;
    padding:5px 5px 5px 5px;
    border:1px solid #006d2a;
    background: #00b835;
    background: -moz-linear-gradient(top, #00b835 0%, #008930 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b835), color-stop(100%,#008930));
    background: -webkit-linear-gradient(top, #00b835 0%,#008930 100%);
    background: -o-linear-gradient(top, #00b835 0%,#008930 100%);
    background: -ms-linear-gradient(top, #00b835 0%,#008930 100%);
    background: linear-gradient(top, #00b835 0%,#008930 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b835', endColorstr='#008930',GradientType=0 );
    border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;cursor:pointer;
}

.btnGreen:hover {background: #00ce3a;background: -moz-linear-gradient(top, #00ce3a 0%, #00b835 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ce3a), color-stop(100%,#00b835));background: -webkit-linear-gradient(top, #00ce3a 0%,#00b835 100%);background: -o-linear-gradient(top, #00ce3a 0%,#00b835 100%);background: -ms-linear-gradient(top, #00ce3a 0%,#00b835 100%);background: linear-gradient(top, #00ce3a 0%,#00b835 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ce3a', endColorstr='#00b835',GradientType=0 );}
