Recently I made some custom modifications to a block by adding style attributes directly into the .phtml file between tags.
Now, I am looking to create a separate file for my block so that it can use a custom .css file. Where should I place this new file? Additionally, what steps do I need to take to ensure that my block knows to look for and utilize that specific CSS file?
UPDATE
This pertains to Magento!