input, select, textarea {
font-family: Arial, Helvetica, sans-serif;
color: rgb(20,20,20);
border:1px #009FE3 solid;
font-size:0.9em;
width:220px;
}
input, select {
padding: 2px 0;
height:20px;
}
td.radio input, td.check input {
width:auto;
height:auto;
vertical-align: middle;
border:none;
}
select {
height:22px;
}
.multiple {
height:10em;
border:0px;
}
textarea {
height:10em;
}
.selected {
font-weight:bold;
}
