
form {
  
  }
input.text {
  padding:          0 4px;
  background-color: #ececec;
  line-height:      18px;
  height:           18px;
  border:           1px solid #cdcdcd;
  }
textarea.text {
  padding:          2px 4px;
  background-color: #ececec;
  line-height:      18px;
  border:           1px solid #cdcdcd;
  font-family:      Tahoma, Arial;
  }
select.text, select.text option {
  background-color: #ececec;
  }
  
input.def, select.def, textarea.def {
  width: 220px;
  font-size: 11px;
  font-family: Tahoma, Arial;
  border: 1px solid #cdcdcd;
}
select.def {
  width: 222px;
}
input.captcha {
  font-size: 11px;
  font-family: Tahoma, Arial;
  border: 1px solid #cdcdcd;
}
td.label {
}
td.input {
  text-align: right;
}

