﻿

.Button{
    width:90%;
    height:auto;
    text-align:center;
    font-size:25px;
    border-radius:10px;
    border:solid 1px #ccc;
    padding-top:7px;
    padding-bottom:7px;
    float:left;
    margin-left:5%;
    margin-bottom:5px;
    margin-top:5px;
}

.btnGreen{
    background:#30b52f;
    /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#30b52f), to(#289b27));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #30b52f, #289b27);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #30b52f, #289b27);

  /* IE 10 */
  background: -ms-linear-gradient(top, #30b52f, #289b27);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #30b52f, #289b27);
    color:#fff !important;

    border:solid 1px #34834c !important;
}


.btnBlue{
    background:#468dd0;
    /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#468dd0), to(#3a76b0));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #468dd0, #3a76b0);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #468dd0, #3a76b0);

  /* IE 10 */
  background: -ms-linear-gradient(top, #468dd0, #3a76b0);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #468dd0, #3a76b0);
    color:#fff !important;
    border:solid 1px #468dd0 !important;
}