I have made some adjustments:
Form area:
1. body or .blastchat are applied
2. .bc_form is applied to whole area, all form elements as well
3. .bc_select, .bc_input, .bc_checkbox, .bc_button is applied for each different form element overwriting previous definitions
Example:
QUOTE:
.bc_form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color:#000000;
}
.bc_checkbox {
font-size: 9px;
}
.bc_input {
font-size: 9px;
}
.bc_select {
font-size: 9px;
}
.bc_button {
font-size: 9px;
}
In this exmpale only .bc_form would be needed, as rest is only overwriting font-size which is defined with same value in .bc_form<br><br>Post edited by: Prutkar, at: 2007/01/08 16:22