<!--

.button2{
    width : 260px;
    font-size : 20px;
    font-weight: bold;
    text-align: center;
  margin-left : auto;
  margin-right : auto;
  margin-top : 7px;
  margin-bottom : 7px;
}
.button2 a{
    padding: 11px 8px 9px;
    display: block;
    background: #cc6666;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 6px 0 #a54c4c,0 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    color: #fff;
    text-decoration: none;
}
.button2 a:hover{
    box-shadow: 0 3px 0 #993939,0 6px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    background: #ad4949;
}
.button3{
    width : 180px;
    font-size : 20px;
    font-weight: bold;
    text-align: center;
  margin-left : auto;
  margin-right : auto;
  margin-top : 7px;
  margin-bottom : 7px;
}
.button3 a{
    padding: 9px 8px 6px;
    display: block;
    background: #ff0000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 6px 0 #ed0000,0 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    color: #fff;
    text-decoration: none;
}
.button3 a:hover{
    box-shadow: 0 3px 0 #ea2424,0 6px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    background: #ff591f;
}
-->