@charset "utf-8";
#jform{
	width:516px;
	font:bold italic 16px/150% Verdana,sans-serif;
	color:#FF0000;
	}
.cform{
	background-color:rgba(255,128,128,0.5);
	border: 1px dotted black;
	padding-left:5px;
	font:12px/120% Verdana,sans-serif;
}
.cform:focus{
	background-color:#C0ffC0;
}
p.cform{
	background:none;
	width:516px;
	margin-bottom:10px;
	border:none;
	padding:0;
}
textarea.cform{
	width:504px;
	height:140px;
	resize:none;
	padding:5px;
}
input.cform{
	width:245px;
	height:18px;
}
input.cform:disabled{
	background:none;
	font-weight:bold;
	color:#FF0000;
}
.fleft{
	margin-right:5px;
}
.fright{
	margin-left:5px;
}
input[type="submit"]{
	height:20px;
}
option.anrede:focus{
	display:none;
	visibility:hidden;
}
#fckn{
	width:506px;
}







