form {
   margin: 18px 0 0 0;
}

form table {
   width: 457px;
   border-collapse: collapse;
   border-width: 1px;
   border-style: solid;
   border-color: #D0D0D0;
   color: inherit;
   background-color: #FAFAFA;
}

form th,
form td {
   border-width: 1px;
   border-style: solid;
   border-color: #B2B2B2;
   padding: 10px;
   font-size: 11px;
   font-weight: normal;
   text-align: left;
   vertical-align: top;
}

form th {
   width: 180px;
}

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;
   font-size: 11px;
}

input.firstname,
input.textfield,
input.lastname,
input.insertions,
input.street,
input.housenumber,
input.postal,
input.city,
textarea {
   border-width: 1px;
   border-style: solid;
   border-color: #B2B2B2;
   color: #5F0000;
   background-color: #F8E9E9;   
}

input.textfield {
   width: 233px;
}

input.firstname {
   width: 106px;
}

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

input.insertions {
   width: 58px;
}

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

input.housenumber {
   width: 34px;
}


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

input.city {
   width: 156px;
}

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

textarea {
   overflow: auto;
   width: 233px;
   height: 80px;
   line-height: 16px;
}

input.radio {
   vertical-align: middle;
}

input.button {
   color: #FFFFFF;
   background-color: #5F0000;
   font-size: 10px;
   font-weight: bold;
}