td.input{
    font-family:Verdana,Tahoma,Arial,sans-serif;
    font-size:9px;
    font-style:normal;
    font-weight:normal;
    color:black;
    background-color:#C8C8C8;
}

td.name{
    font-family:Verdana,Tahoma,Arial,sans-serif;
    font-size:9px;
    font-style:normal;
    font-weight:bold;
    color:black;
    background-color:#C0C0C0;
}

td.error{
    font-family:Verdana,Tahoma,Arial,sans-serif;
    font-size:9px;
    font-style:italic;
    font-weight:bold;
    color:red;
    background-color:#FFFFFF;
}

input.text{
    width:300px;
}

textarea{
    width:300px;
    height:80px;
}

select{
    width:300px;
    height:20px;
    font-size: 7pt;
}
