Can I duplicate the css and use the new one for one specific form?
Can I duplicate the css and use the new one for one specific form?
You shouldn't have to duplicate all of the CSS, you can simply override CSS elements you need to change by targeting that form ID and adding custom CSS to your theme stylesheet.
Here is documentation that discusses how to target form elements. You can target specific form ids or field ids using CSS.
http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples