input, select, textarea 
 { color: #3A4F33; font-size:11px; font-family:Verdana, sans-serif; font-weight:normal;  background : #FFE7B7;   }
.Radio
   { background-color: #FFE7B7; border: 1px solid #98693F; }
 .Button
   { background-color: #FFE7B7; color: #3A4F33; width:100px; border: 1px solid #98693F; height: auto}
.Feld
   { width: 120px; border: 1px solid #98693F; } 
.Check 
   { border: 1px solid #98693F; }

.select {
	width : 120px;
}

TEXTAREA.with {
	width : 80%;
	height : 100px;
}

