Would this be doing it?
/* Neutralize styling */
* {
margin: 0;
padding: 0;
border: 0;
}
By removing the border margin and padding from every element, your
buttons is just a grey square. You might need to be more specific
about which elements to reset.
--
Josh Nunn || 040-888-4168 || http://nunnone.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************