.button {
background: -moz-linear-gradient(top,#fd0b0b, #b73d3d 50%,#b30000 50%,#cc0000);
background: -webkit-gradient(linear, left top, left bottom, from(#fd0b0b), color-stop(0.5,#b73d3d), color-stop(0.5,#b30000), to(#cc0000));
color: #FFF;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #cc0018;
-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
padding: 6px 0;
text-decoration: none;
font-weight: bold;
text-align: center;
font-size: 13px;
display: block;
}

.button-2 {
background: -moz-linear-gradient(top,#535353, #7d7d7d 50%,#000000 50%,#434343);
background: -webkit-gradient(linear, left top, left bottom, from(#535353), color-stop(0.5,#7d7d7d), color-stop(0.5,#000000), to(#434343));
color: #FFF;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #000000;
-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
padding: 12px 0;
text-decoration: none;
font-weight: bold;
text-align: center;
font-size: 15px;
display: block;
}



.button-3 {
background: -moz-linear-gradient(top,#ffffff, #ededed 50%,#cccccc 50%,#ffffff);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5,#ededed), color-stop(0.5,#cccccc), to(#ffffff));
color: #777777;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #ededed;
-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
padding: 12px 0;
text-decoration: none;
font-weight: bold;
text-align: center;
font-size: 15px;
display: block;
}




.button-4 {
background: #eeeeee;
border: 1px solid #dddddd;
color: #111111;
padding: 10px 0;
margin: 0;
text-decoration: none;
font-weight: bold;
text-align: left;
font-size: 13px;
display: block;
}






.button-5 {
background-color: #7d7e7d; 
background: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
background: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
color: #ffffff;
-webkit-border-radius: 4px; 
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #616261; 
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
padding: 10px; 
text-decoration:none; 
font-weight:bold; 
font-size:15px;
display:block;
}






.button-6 {
background-color: #7d7e7d; 
background: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
background: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
color: #565656;
-webkit-border-radius: 4px; 
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #d7dada;
padding: 10px; 
text-decoration:none; 
font-weight:bold; 
font-size:15px;
display:block;
}

