Hi,
I hope, it might help you to solve your probs..
create a CssClass with required TextBox format.
then call the cssClass name for the particular textBox
Example:
1.CssClaas:
.textBox
{
border-width:1px;
}
2.calling CssClass name
<input class=textBox id=txtName name=Text1>