Textboxes use the following style:
.NormalTextBox
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}
If you open up the ascx page you are trying to style look for the control you want to style and locate the cssclass tag and it will tell you what css class it uses. If it doesnt have one you can add the css to control the style.