<a class="Button16" href="#">Button 16</a>
/*-- Button 16 --*/
.Button16 {
box-shadow:inset 0px 1px 0px 0px #f29c93;
background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
background-color:#fe1a00;
border-radius:6px;
border:1px solid #d83526;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:16px;
font-weight:bold;
padding:5px 27px;
text-decoration:none;
text-shadow:0px 1px 0px #b23e35;
}
.Button16:hover {
background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
background-color:#ce0100;
}
.Button16:active {
position:relative;
top:1px;
}