﻿

.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;
}

.btnOrange{
    background:#f58b25;
    /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f58b25), to(#dd7c1f));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f58b25, #dd7c1f);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f58b25, #dd7c1f);

  /* IE 10 */
  background: -ms-linear-gradient(top, #f58b25, #dd7c1f);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f58b25, #dd7c1f);
    color:#fff !important;

    border:solid 1px #dd7c1f !important;
}


.btnBlue{
    background:#4e64ca;
    /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e64ca), to(#4458b2));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #4e64ca, #4458b2);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #4e64ca, #4458b2);

  /* IE 10 */
  background: -ms-linear-gradient(top, #4e64ca, #4458b2);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #4e64ca, #4458b2);
    color:#fff !important;
    border:solid 1px #10398d !important;
}