input, select, textarea 
 { color: #613E38; font-size:11px; font-family:Verdana, sans-serif; font-weight:normal;  background : #FBE7CC;   }
.Radio
   { background-color: #FBE7CC; border: 1px solid #924D2E; }
 .Button
   { background-color: #FBE7CC; color: #613E38; width:100px; border: 1px solid #924D2E; height: auto}
.Feld
   { width: 120px; border: 1px solid #924D2E; } 
.Check 
   { border: 1px solid #924D2E; }

.select {
	width : 120px;
}

TEXTAREA.with {
	width : 180px;
	height : 100px;
}

