Depending on the ... criticality (wow, apparently this is an actual word) of the form, you could disable the security token.
I don't particularly recommend it unless it's a search form or something like that though.
I take it Safari is actually submitting the SecurityID?
Because looking at the code it suggests that perhaps it's not. http://api.silverstripe.org/3.1/source-class-Form.html#281 ($vars being http://api.silverstripe.org/3.1/class-SS_HTTPRequest.html#_requestVars - ie, everything submitted)
If by 'similar' you mean it's showing the other error (timeout), you're either taking too long to fill out the form, or perhaps the session timeout is set too low for your needs (eg, when the form is huge). The only easy way around that is to increase the session timeout for that site.