@charset "UTF-8";
/* CSS Document */

fieldset {
	width:400px;
	border:none;
	border-bottom:1px dotted #ccc;
	margin-top:10px;
}
legend {
	text-transform:uppercase;
}
label {
	display:block;
	clear:both;
	float:left;
	width:150px;
	text-align:right;
	margin-right:10px;
	line-height:1em;
}
input {
	margin-bottom:0.2em;
	width:200px;
}

input.Box {
	margin-right:200px;
	width:auto;
}

.Pflicht {
	font-weight:bold;
}
input.Pflicht {
	font-weight:normal;
}
input.PflichtError {
	border:2px solid #900;
}

form p {
	clear:both;
	float:none;
}
input.Btn {
	clear:both;
	margin-left:160px;
	width:auto;
}

.success {
	text-align:center;
	margin:10px;
	margin-bottom:5px;
	font-style:italic;
	font-size:120%;
	color:#090;
}
.error {
	text-align:center;
	margin:10px;
	margin-bottom:5px;
	font-weight:bold;
	color:#900;
}
