.td_text {
width: 150px;
}

.td_form {
width: 200px;
}

/* Form-Tag */
form {
display: inline;
}

/* Eingabefelder und Button */
input {
font-size: 12px;
background-color: #FFFFFF;
color: #000000;
}

/* Zeichenzähler */
.counter {
width: 50px;
border-width: 0px;
text-align: left;
background-color: #FFFFFF;
color: #000000;
}

.button {
width: 40%;
font-weight: bold;
}

/* Eingabefeld für Nachricht */
textarea {
font-size: 12px;
background-color: #FFFFFF;
color: #000000;
width: 100%;
height: 120px;
}