Suggest changes:
input, textarea
{
font-size: 9pt;
color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
background-color: #afc6db; /*afc6db*/
}
select
{
font-size: 8pt;
font-weight: normal;
color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
background-color: #afc6db;
}
/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #dee7ef;
border: 1px solid black;
margin: 1px;
padding: 1px;
font-size: x-small;
}
/* A code block - maybe even PHP

. */
.code
{
color: #000000;
font-family: Courier New, Courier, monospace;
background-color: #cccccc;
border: 1px solid black;
margin: 1px;
padding: 1px;
line-height: 1.3em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader, .spoilerheader
{
color: #FFFFFF;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
}