form {
   margin: 18px 0 0 0;
}

form th,
form td {
   padding: 5px;
   font-weight: normal;
   text-align: left;
   vertical-align: top;
   line-height: 140%;
}

form fieldset {
   margin: 0;
   padding: 0;
   border-width: 0;
   border-style: none;
}

form legend {
   display: none;
}

form input,
form select,
form textarea {
   font-family: inherit;
}

input.firstname,
input.textfield,
input.lastname,
input.insertions,
input.street,
input.housenumber,
input.postal,
input.city,
textarea {
}

input.firstname,
input.textfield {
   width: 206px;
}

input.lastname {
   width: 148px;
   margin-right: 10px;
}

input.insertions {
   width: 48px;
}

input.street {
   width: 172px;
   margin-right: 10px;
}

input.housenumber {
   width: 24px;
}


input.postal {
   width: 54px;
   margin-right: 10px;
}

input.city {
   width: 142px;
}

input.error {
   border-color: #FF0000 !important;
}

textarea {
   overflow: auto;
   width: 266px;
   height: 120px;
   line-height: 16px;
}

