.buttonmakeorder a {
 font: bold 10px Verdana, Arial, sans-serif;
 text-decoration: none;
 text-indent: 10px;
 color: #000066; 
background: url(makeorder.png);
 display: block;
 width: 190px;
 line-height: 32px;
 height: 32px;
 }
 
.buttonmakeorder a:hover{
 background-position: 0px -32px;
 text-decoration: none;
 color: #000066;
 } 