Anyway, considering that you are here already here is a CSS that does it
FORM
{
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 10pt;
Border-Color: FFFFFF;
Border-Style: none;
Border-Width: 0;
Margin: 0;
}
.textbox
{
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 10pt;
Border-Color: FFFFFF;
Border-Style: none;
Border-Width: 0;
Margin: 0;
}
Just create your textboxes like this
<input type="textbox" name="txname" class="textbox">
Cheers
QatQat
Life is what happens when you are making other plans.