Al button in cui impostare quello style puoi scrivere:
codice:
button.Attributes.Add("OnMouseOver","this.className='over'")
button.Attributes.Add("OnMouseOut","this.className='out'")
Ciao