a.button{
background:transparent url(../images/buttons/button.a.png) no-repeat scroll top right;

display:block;
float:left;
height:25px;
margin-bottom:4px;
margin-left:6px;
margin-top:5px;
padding-right:20px;
text-decoration:none

}
a.button span{
background:transparent url(../images/buttons/button.span.png) no-repeat;
color:;
display:block;
font-size:11px;
line-height:25px;
padding-left:20px
}


a.button:hover,a.button:active{background-position:bottom right;outline:none}
a.button:hover span,a.button:active span{background-position:bottom left;color:#f9b198}

a.buttonRed{background:transparent url(../images/buttons/button_red_a.png) no-repeat scroll top right;display:block;float:left;height:25px;margin-bottom:4px;margin-left:6px;margin-top:5px;padding-right:20px;text-decoration:none}
a.buttonRed span{background:transparent url(../images/buttons/button_red_span.png) no-repeat;color:#fff;display:block;font-size:11px;line-height:25px;padding-left:20px}
a.buttonRed:hover span,a.button:active span {color:#f9b198}