Just do chmod 777 on the default.css file. Your FTP client may let you do chmod as follows: go to gallery/stylesheets/ and right click once on the default.css file, pick chmod, and then mark all the radio buttons. Otherwise assuming you are using *nix, you can chmod via shell as follows: cd to gallery/stylesheets/ and then type "chmod 777 default.css" without the quotes.