td {
font-family: tahoma;
font-size:9pt;
}

input {
font-family: tahoma;
font-size:9pt;
}

#gooderror {
border: 1px solid #008000;
background: #80FF80;
font-family: tahoma;
font-size:8pt;
color: #000000;
width: 350px;
padding:3px;
text-align:center;
}

#baderror {
border: 1px solid #FF0000;
background: #FF8080;
font-family: tahoma;
font-size:8pt;
color: #000000;
width: 350px;
padding:3px;
text-align:center;
}