@charset "utf-8";
.formElements { padding-bottom:10px; }
/* Size 1 */
input.eingabe_size1 { width:350px; height:16px; border:1px solid #4F2B29; color: #4F2B29; }
input.eingabe_size1_falsch { width:350px; height:16px; border:1px solid #FF0000; color: #4F2B29; }
				
/* Size 2 */
input.eingabe_size2 { width:150px; height:16px; border:1px solid #4F2B29; color: #4F2B29; }
input.eingabe_size2_falsch { width:150px; height:16px; border:1px solid #FF0000; color: #4F2B29; }	
			
/* select Size 1 */
select.select_size1 { width:350px; height:20px; color:#000000; color: #4F2B29; }
select.select_size1_falsch { width:350px; height:20px; color:#FF0000; color: #4F2B29; }

/* select Size 2 */
input.select_size2 { width:150px; height:23px; color:#000000; background-color:#FFFFFF; color: #4F2B29; }
input.select_size2_falsch { width:150px; height:23px; color:#FF0000; background-color:#FFFFFF; color: #4F2B29; }
			
/* Textarea */
textarea.textarea_size1 {
  width:350px;
  height:100px;
  border:1px solid #4F2B29;
  font-size:0.8em;
  color: #4F2B29;
  font-family: arial, verdana, helvetica, sans-serif;	
}	
textarea.textarea_size1_falsch {
  width:350px;
  height:100px;
  border:1px solid #FF0000;
  font-size:0.8em;
  color: #4F2B29;
  font-family: arial, verdana, helvetica, sans-serif;	
}
/* Radio */
.radiobutton {  color: #000000; }	
.radiobutton_falsch { color: #FF0000; }
/* Radio */
.radiobutton2 {  color: #000000; }	
.radiobutton2_falsch { color: #FF0000; }
		
		
		
