.info { clear:both; padding-top:30px; line-height:1.6; }
	.form .input { width:180px;	height:18px;  }
	.form .textarea { width:180px; height:120px; }
	.form .error-input, .form .error-both .input, .form .error-same .input { background-color:#FFEFEF; border-color:#BB6666; color:#660000; }
	.form .error-div { margin:7px 10px 0 0; background-color:#FFEFEF; border-color:#BB6666; color:#660000; font-size:22px; }
	.form .error-div-alternative { display:none; -moz-border-radius:10px; -webkit-border-radius:10px; width:800px; top:0; left:50%; position:absolute; z-index:1000; margin-left:-400px; text-align:center; font-size:16px; color:#934; padding:20px 0 20px 0; background-color:#fee; border:solid 2px #d36; border-top-width:0; }
	.form .error-same, .form .error-both { color:#fff; background-color:#b66; -moz-border-radius:3px; }
	.form .sendBtn {
		width:74px;
		height:24px;
		background:url(../img/absenden.gif);
		color:#5f5f5f;
		float:none;
		display:block;
	}

