you can add header-css tag in liferay-portlet.xml file in your project. same following example:
<portlet>
<portlet-name>portlet_name</portlet-name>
<instanceable>false</instanceable>
<header-css>/css/main.css</header-css>
</portlet>
this tag started in liferay 4.2 and upper.