
/* Form */
.formBox {
	margin-bottom: 10px;
}

/* Formtexte */
.formBox label {
	display: inline-block;
  	vertical-align: top;
  	width: 120px;
  	float:left;
}

/* Formaufzählung Parent Element */
.formBox ul {
	margin: 0;
  	padding: 0;
}

/* Formaufzählung Child Element */
.formBox li {
  	list-style: none;
  	padding: 5px;
  	margin: 0;
  	clear:both;
}

/* Formelement input und textarea Generell */
.formBox input,textarea {
	width: 200px;
	float:left;
	font-size:11px;
	font-family:verdena, arial;
}

/* Formelement file  */
.formBox input.file {
	width: 330px;
}

/* Formelement radio und check  */
.formBox input.radio, input.check {
	width:30px;
}

/* Formelement radio und check  */
.formBox select {
	width:200px;
	font-size:11px;
}

/* Formelement  Button */
.formBox .button {
	width:120px;
}

/* Beschrieb Text */
.beschrieb{
	padding-left:5px;	
}

/* Beschrieb captcha Text */
.beschriebCaptcha{
	padding-left:0px;	
}