Text Feild border

How do you make a text feild where only the top, and the bottom of the feild show maybe something like this:

|This is a text feild

This is the bottom, I know, I would like it on the top instead.

Thanks For the help<input style="border:0;border-top:1px solid red;border-bottom:1px solid red;" type="text" />input {
border-width:1px 0;
border-style:solid;
border-color:black;
background-color:white;
}

Looks like Fang beat me to it...Thanks exactly what im looking for
 
Back
Top