Thought on CSS for the Submit Object

I agree with most of what Particletree » Rediscovering the Button Element has said, but I think many programmers who create administration tools would like to use the input with the type=”submit”.
As is, the input with the type=”submit” is either too ugly (Firefox), a little buggy (Internet Explorer) or completely inflexible (Safari).
So, here’s the CSS code I have thought on the Submit object to claim cross-browser compatibility in a more easily readable and understandable format.
input[type=submit] {border: 2px outset #CCC;cursor: pointer;padding: 3px;font-weight: bold;width: 100px;height: 30px;background-color: #F0F0F0;}input[type=submit]:active {border: 2px inset #CCC;}
Of course, the submit button markup is a standard one.
<input type="submit" value="送信" />
And it looks like this… is what I would like to say, but I stop uploading the image since it looks much the same. (with reference to the above
個人事業主のウェブとiOSアプリ開発者で一児の父親。JavaScript, ActionScript, AppleScript, PHP, SQL, ObjCの読書実行試験運用管理を生業とし、BIND, SMTP, APACHE を FreeBSD, MacBSD, Mac OS X で使い、エディタは Vi, mi, Kod と遷移して現在は Smultron、そして Coda と Xcode の IDE を重用しています。作業の自動化や効率化の導入を応援しています。
P.S. 制作履歴はLinkedInの公開プロフィールをご覧ください。