/* Effective stylesheet produced by snapshot save */

.button {
    width: 164px;
	  height: 28px;    
    background: url(but1.png); 
  }
  
  .button-hover {
    background-image: url(but1.png);    
    position:relative; 
   top: -1px;

   }    
 
  .button-click {
    background-image: url(but1.png);    
  position:relative; 
    top: 0px;
 }


