Button 20

<a class="Button20" href="#">Button 20</a>

/*-- Button 20 --*/
.Button20 {
 box-shadow:inset 0px 1px 0px 0px #f9eca0;
 background:linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
 background-color:#f0c911;
 border-radius:6px;
 border:1px solid #e65f44;
 display:inline-block;
 cursor:pointer;
 color:#c92200;
 font-family:Arial;
 font-size:16px;
 font-weight:bold;
 padding:5px 27px;
 text-decoration:none;
 text-shadow:0px 1px 0px #ded17c;
}
.Button20:hover {
 background:linear-gradient(to bottom, #f2ab1e 5%, #f0c911 100%);
 background-color:#f2ab1e;
}
.Button20:active {
 position:relative;
 top:1px;
}