.myButton2 {
text-decoration:none;
margin-bottom: 10px;
font-family:Arial;
box-shadow:inset #a3c3cf 0px 5px 8px -1px,#37696b 0px 5px 0px;
o-box-shadow:inset #a3c3cf 0px 5px 8px -1px,#37696b 0px 5px 0px;
-moz-box-shadow:inset #a3c3cf 0px 5px 8px -1px,#37696b 0px 5px 0px;
-webkit-box-shadow:inset #a3c3cf 0px 5px 8px -1px,#37696b 0px 5px 0px;
background:#3c9bb1;
background:-o-linear-gradient(90deg, #3c9bb1, #0d8ab8);
background:-moz-linear-gradient( center top, #3c9bb1 5%, #0d8ab8 100% );
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3c9bb1), color-stop(1, #0d8ab8) );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=’#3c9bb1′, endColorstr=’#0d8ab8′);
background:-webkit-linear-gradient(#3c9bb1, #0d8ab8);
background:-ms-linear-gradient(#3c9bb1, #0d8ab8);
background:linear-gradient(#3c9bb1, #0d8ab8);
text-indent:0px;
line-height:25px;
-moz-border-radius:50px;
-webkit-border-radius:50px;
border-radius:10px;
text-align:center;
vertical-align:middle;
display:inline-block;
font-size:16px;
color:#ffffff;
width:170px;
height:45px;
padding:12px;
text-shadow:#7d7d7d 0px 1px 0px;
border-color:#ffffff;
border-width:0px;
border-style:solid;
margin-right: 2.5px;
margin-left: 2.5px;
}
.myButton2:hover {
background:#0d8ab8;
background:-o-linear-gradient(90deg, #0d8ab8, #3c9bb1);
background:-moz-linear-gradient( center top, #0d8ab8 5%, #3c9bb1 100% );
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0d8ab8), color-stop(1, #3c9bb1) );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=’#0d8ab8′, endColorstr=’#3c9bb1′);
background:-webkit-linear-gradient(#0d8ab8, #3c9bb1);
background:-ms-linear-gradient(#0d8ab8, #3c9bb1);
background:linear-gradient(#0d8ab8, #3c9bb1);
}
.myButton2:active {
box-shadow:inset #a3c3cf 0px 5px 8px -1px,#37696b 0px 0 0px;
o-box-shadow:inset #a3c3cf 0px 5px 8px -1px,#37696b 0px 0 0px;
-moz-box-shadow:inset #a3c3cf 0px 5px 8px -1px,#37696b 0px 0 0px;
-webkit-box-shadow:inset #a3c3cf 0px 5px 8px -1px,#37696b 0px 0 0px;
position:relative;
top:5px
}