/* CSS Document */

/* DATEI IST VERALTET UND FLIEGT DEMNAECHST RAUS */

/* allgemeine Styles fuer alle Eingabefelder */

.textbox .error {
  color: #F7AF2F;
  border: 1px solid #F7AF2F;
}

.textbox_submit {
  padding: 1px 3px 1px 3px;
  color: #796358;
  font-size: 11px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #B2A69F;
  border-bottom: 1px solid #B2A69F;
  border-left: 1px solid #B2A69F;
}



/* spezifische Gruppen */

.LoginPopup .textbox {
  width: 99px;
}

#documents_infos .input_datebox, .LoginPopup .textbox_submit, .mailbox_middle2 .textbox {
  width: 74px;
}

#documents_infos .input_selectbox, .input_title .input_selectbox {
  width: 220px;
}

.salutation .input_title {
  width: 112px;
}

.salutation .input_name {
  width: 150px;
}

.salutation .input_customsalutation {
  width: 297px;
}

.application .input_customapplication {
  width: 373px;
}

.application .input_application {
  width: 134px;
}

.application .input_applicationDate {
  width: 104px;
}

.input_street .input_left {
  width: 170px;
}

.input_street .input_right {
  width: 31px;
}

.input_place .input_left {
  width: 45px;
}

.input_place .input_right {
  width: 148px;
}

.input_place2 .input_right {
  width: 100px;
}

.input_sign .textbox_submit {
  width: 118px;
}

.input_textarea {
  width: 312px;
}

.register_field .textbox {
  width: 123px;
}
