/*Formulargestaltung */

.boxli p, .boxre p
{
margin-right: 0
}

label  /* Alle Labels UND Formularelemente auswählen */
{
display: block;
float: left;
text-align: left;
width: 90px;
height: 25px;
padding-right: 5px;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
/* das floating der labels und inputs aufheben */
}

.form
{
background: #ffffff;
height: 20px;
width: 190px;
margin: 0px;
text-align: left;
display: inline;
color: #000000;
font-weight: bold;
border: 0px solid #000000;
}

.form2
{
display: inline;
font-family: Arial, Verdana, Sans-serif;
font-size: 14px;
color: #ffffff;
background-color: #000000;
border: 1px solid #ffffff;
padding: 2px;
}



/* Ende Formulargestaltung */