
.button2 {   
  border: ;   
  padding: 10px, 18px;   
  width: 150px;   
  color: white;   
  font-family: Arial, san-serif;   
  font-size: 11pt;   
    font-weight : bold;   
  text-align: left ;   
  height: 35px;   
  background-color: #CCCCCC;   
  background-image: url('BUTTON_TEMPLATE_NEW.GIF');
  display: ; 
}   
  
.button2 a:link {   
    text-decoration : none;   
    color : black;   
    font-weight : ;   
    background : ;   

}   
.button2 a:visited {   
    text-decoration : none;   
    color : black ;
    font-weight : ;   
}   
.button2 a:hover {   
    text-decoration : strong;   
    color : black;   
    font-weight : ;   
    background : yellow;   
}   
  
  
