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