/*
  form
    input
    select
    textarea
  div#suche input.text
  table.buttons
*/

/* form */
form {
  margin: 0px;
  padding: 0px;
}

/* input */
input.button,
input.tx-srfeuserregister-pi1-submit,
input.tx-newloginbox-pi1-submit {
  background-color: #EEEEEE;
  border: 1px solid #666666;
  color: #666666;
  cursor: hand;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: middle;
}
*html input.button {    /* IE */
  margin:1px 0 0 0;
  m\argin:1px 0 0 0;
  vertical-align: top;
  v\ertical-align: top;
}

input[type=file] {
  font-size: 0.7em;
}

input.text,
input[type=checkbox],
input[type=radio],
input[type=password],
input[type=text],
input#tx-newloginbox-pi1-forgot_email,
input#tx-newloginbox-pi1-pass,
input#tx-newloginbox-pi1-user,
select,
textarea,
textarea.text {
  border: 1px solid #BFBFBF;
  color: black;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  vertical-align: middle;
}

input.form_error {
  background: yellow;
  border: 1px solid red;
}

div#suche input.text {
  margin-right:6px;
}

table.buttons,
form.fe_user table.buttons { /* siehe auch fe_user.css */
  background: white;
  border: 1px solid #AAAAAA;
  border-top: 0px solid #AAAAAA;
  padding: 4px;
  width: 100%;
}
table.buttons tr td,
form.fe_user table.buttons tr td {
  padding: 4px;
}
table.buttons tr td.td-0,
form.fe_user table.buttons tr td.td-0 {
  text-align: left;
}
table.buttons tr td.td-1,
form.fe_user table.buttons tr td.td-1 {
  text-align: right;
}
