Hoffe ich hab das richtig verstanden, das sind die ilch .css:
textarea {
width: 452px;
height: auto;
background-color: #fdfdfd;
border: 1px solid #ebebeb;
padding: 4px;
font-family: Arial;
font-size: 12px;
color: #393f43;
}
.Chead, .Chead th, .Chead a {
background-color: #fafafa;
color: #2c3335;
font-size: 13px;
}
.Cdark, .Cdark td, .Cdark a {
background-color: #fdfdfd;
color: #343b3e;
}
.Cmite {
background-color: #ffffff;
}
.Cnorm {
background-color: #fbfbfb;
}
.border {
border: 1px #f3f3f3 solid;
}
.smalfont {
font: 10px Tahoma;
}
fieldset {
border: 1px #ebebeb solid;
}
legend {
font: 13px Arial;
color: #394043;
font-weight: bold;
}
input[type="text"], input[type="password"], input[type="submit"], select, input {
font-family: Tahoma;
font-size: 12px;
color: #393f43;
background: #fdfdfd;
border: 1px #ebebeb solid;
min-height: 17px;
width: 200px;
margin-bottom: 2px;
padding: 4px;
}
input:focus, select:focus, textarea:focus {
border: 1px #c3c3c3 solid;
}
input[type="submit"], input[type="reset"] {
font-weight: bold;
height: 25px;
padding: 4px;
}
input[type="radio"], input[type="checkbox"] {
border: 0px;
min-height: 0px;
width: 0px;
margin-bottom: 0px;
}