@namespace url(http://www.w3.org/1999/xhtml);

/* This file is licensed under Creative Commons Attribution License
 * http://creativecommons.org/licenses/by/3.0/
 *
 * Initial Developer:
 * Andreas Jung (sd-daken.deviantart.com)
 *
 * Contributor(s):
 *
 */

@-moz-document url-prefix(http), url-prefix(https), url-prefix(file) {
  input:not([type="submit"]):not([type="reset"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="image"]), 
  textarea {
    -moz-appearance: none !important;
    border: 1px solid #7f9db9;
    -moz-box-sizing: padding-box;
    padding: 2px !important;
    min-height: 20px !important;
  }
  input:not([type="submit"]):not([type="reset"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus, 
  textarea:focus {
    -moz-box-shadow: 0px 0px 3px 3px rgba(85,165,243,0.5) !important;
  }
}