.tx-fmtellme-pi1 {
	/* background-color:yellow; */
}
.tx-fmtellme-pi1 label, .tx-fmtellme-pi1 .label  { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 100px; /* Breite.*/
  margin-bottom:10px;
}

.tx-fmtellme-pi1 .radioblock label {
	width:auto;
	display:inline;
	margin-right:20px;
}

.tx-fmtellme-pi1 .radioblock input {
	float:left;
}

.tx-fmtellme-pi1 form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.tx-fmtellme-pi1 input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}
