form#anliegen ul {
	margin:0;
	padding: 0;
}
form#anliegen ul li {
	clear: both;
	float: left;
	margin:0 0 0.75em 0;
	padding:0;
	text-align: left;
	list-style: none; 
}

label {
	float: left;
	width: 5em;
	cursor: pointer;	
}
label[title~="required"]:after {
	content:" *";
}

input, textarea {
	float: left;
	font: normal 100% "PTSansRegular", arial, sans-serif; 
	color: #333;	
	width: 15em;
	resize: none;
/*
	padding: 4px 6px;
	line-height: 1.4em;	
	background-color: #fff;
	border: 1px solid #666;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
*/
	padding: 2px 0px;
	line-height: 1.2em;	
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #666;

  	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
input:active, input:hover, input:focus,
textarea:active, textarea:hover, textarea:focus {	
/*
  	box-shadow: 0 0 6px rgba(102,102,102,0.8);	
*/	
	border-bottom: 1px solid #c33;
}
textarea {
	margin-bottom: 0.5em;
}

.chkbx,
.radio {
	width: 1em;
	margin: 4px 0.5em 0 0;
	padding: 2px 0;
	background-color: #fff;	
	background-color: transparent;	
	border: none;
}

.error {
	background: #ffd700;
	border: 1px solid #000;
}