
/* Form */
.formBox {
	margin-bottom: 30px;
}

.formBoxSearch {
	margin-left: 12px;
	margin-top: 2px;
}

/* 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: 0px;
  	padding-bottom: 10px;
  	margin: 0;
  	clear:both;
}

/* Formelement input und textarea Generell */
.formBox input,textarea {
	width: 200px;
	float:left;
	font-size:11px;
	font-family:verdena, arial;
}

/* Formelement Suchfeld */
.formBox input.suche {
	width: 55px;
	font-size:11px;
	font-family:verdena, arial, helvetica;
	color: #999999;
	border: 0;
	padding-left: 10px;
	text-align: right;
}

/* 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;
}

.formBox .suchbutton {
	width:20px;
	margin-left: 6px;
	margin-top: -4px;
}

/* Beschrieb Text */
.beschrieb{
	padding-left:5px;	
}

/* Beschrieb captcha Text */
.beschriebCaptcha{
	padding-left:0px;	
}
