I am attempting to remove all of the css that is beiung applied to the submit button of the RadUpload control. Regardless of what I do, webresource.asd overrides or sets any properties that are not specified in my css, therefore causing the button to not look like the other 'normal' buttons in my app. Basically I only want the following attributes set in the css for the button: padding-top,padding-bottom, margin-left. How can I achieve this?