@-moz-document url-prefix(http://hup.hu) {
  input[type="text"],
  input[type="password"],
  textarea {
    border: 1px solid #666 !important;
    margin: 2px !important;
    -moz-appearance: none !important;
  }
  input[type="text"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    border: 2px solid #666 !important;
    margin:1px !important;
  }
  input[type="submit"],
  select {
    -moz-appearance: none !important;
    border: 1px solid #666;
    background-color: #eee !important;
  }
  input[type="submit"]:focus,
  select:focus {
    background-color: #f4f4f4 !important;
  }
}