.button {
    text-align: center;
    line-height: 22px;
    background-image: url('images/button.png');
    background-repeat: no-repeat;
    width: 120px;
    height: 26px;
    margin: 15px 0 0 40px;
}
.button > a {
   color: #000;
   text-decoration: none;
   outline: 0;
}
.button > a:hover {
   color: #CC0000;
}