You can use css.
Here is a quick snip of what is applied to all form elements.
================================
/*--- Form Elements (General Setting) ---*/
input, textarea, button
{
color: #000000;
font-family: verdana, sans-serif;
border: 1px solid #8DC6FF;
background-color: white;
}
input, button
{
font-size: 90%;
}
textarea
{
font-size: 100%;
color: #000000;
font-family: verdana, sans-serif;
}
/* All input elements that can be checked (checkboxes or radio buttons)= remove */
input.check
{
}
/* Selects List */
select
{
font-size: 90%;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
}
================================
You can pick it apart to your needs.
All the best!
:--------------------------------------:
Do the DW »|
MostarNetworks|