<div id="c1417" class="csc-default" ><h2>CSS</h2>######
#
# Snippets by http://typo3.intervation.de/snippets.html
#
####

#indexedsearchbox input { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 150px; /* Breite.*/
}

#indexedsearchbox form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

#indexedsearchbox .submit { /* den Submit-Button */
  float: none;
  padding-left:10px;
  width: 40px;
}</div>