Formatting Search form in design

I'm using the following code to create a search form in my header:

    
       
       
       
       
       
       
        
        
       
    


My stylesheet has a class of "formButton" which I'd like the submit button to use, and the textbox to use "formField", but I don't know how to apply these using this format.

Any suggestions?

Try this:

    
      
      
      
      
      
      
      
      
      
    


Matrix should preserve the class attribute.

Works a treat. Thanks!