.myButton {
box-shadow:0 10px 14px -7px #3e7327;
background:linear-gradient(to bottom,#77b55a 5%,#72b352 100%);
background-color:#77b55a;
border-radius:4px;
border:1px solid #4b8f29;
display:inline-block;
cursor:pointer;
color:#fff;
font-family:Arial;
font-size:21px;
font-weight:700;
text-align:center;
width:182px;
padding-top:12px;
padding-bottom:12px;
text-decoration:none;
text-shadow:0 1px 0 #5b8a3c
}

.myButton:hover {
background:linear-gradient(to bottom,#72b352 5%,#77b55a 100%);
background-color:#72b352
}

.myButton:active {
position:relative;
top:1px;
color:#fff
}

.subscribe {
box-shadow:0 10px 14px -7px #846c45;
background:linear-gradient(to bottom,#a89f8c 5%,#a29780 100%);
background-color:#a89f8c;
border-radius:4px;
border:1px solid #8b7551;
display:inline-block;
cursor:pointer;
color:#fff;
font-family:Arial;
font-size:21px;
font-weight:700;
text-align:center;
width:182px;
padding-top:12px;
padding-bottom:12px;
text-decoration:none;
text-shadow:0 1px 0 #846c45
}

.myButton:hover {
background:linear-gradient(to bottom,#72b352 5%,#77b55a 100%);
background-color:#72b352
}

.myButton:active {
position:relative;
top:1px;
color:#fff
}

.myButton:visited {
color:#fff
}

.subscribe:hover {
background:linear-gradient(to bottom,#a29780 5%,#a89f8c 100%);
background-color:#a29780
}

.subscribe:active {
position:relative;
top:1px
}

.subscribe:visited {
color:#fff
}