Code:
<STYLE type=text/css>
INPUT {BACKGROUND-COLOR: #51485f; COLOR: #f5d300; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px}
TEXTAREA {BACKGROUND-COLOR: #51485f; COLOR: #f5d300; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px}
OPTION {BACKGROUND-COLOR: #51485f; COLOR: #f5d300; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px}
FORM {FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px}
</STYLE>
I got this from vbulleten to show you how you can look at their source code.
It is at the top of the source of their page. You see how they define INPUT in their CSS? so that is your answer. It is the same method for other websites, just check their source code.
Bookmarks