You know where you write in textboxes on paper forms; Well Windows' text boxes
look nothing like that do they? Well this is where CSS comes to your aid.
Through style sheets, you can turn off the edges to make the text box look
more realistic. Take a look at these examples.
all i did was assign a class name to the two textboxes. I specified
in the HEAD, the borders for class name:twoborders, and oneborders. This
is the complete style code: