.inline-button {
   width:1em;
   font: bold 11px Verdana, sans-serif;
  
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: white;
   color: #666666;
   }
.inline-button em {
   width:1em; 
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: #ccc;
   color: #CC0033;
   }
.inline-button span {
   width:1em; 
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.inline-button:hover {
   background: white;
   color: #CC0033;
   }
.inline-button:hover em {
   background: #CC0033;
   color: white;
   }
