For anyone needing the answer...
-create your new css file and save it in the skin1 directory where the original skin1.css file resides.
-then in the popup_poptions template change
Code:
href="{$SkinDir}/{#CSSFile#}"
to
Code:
href="{$SkinDir}/newcssfilename.css}"
Hopes this helps someone else!