@namespace url(http://www.w3.org/1999/xhtml);
@-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"]):not([class="color"]), 
  textarea {
    -moz-appearance: none !important;
    border: 1px solid #ABADB3!important;
  }
  input:not([type="submit"]):not([type="reset"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus, 
  textarea:focus {
    -moz-border-radius: 1px!important;
    -moz-border-bottom-colors: #C7A159!important;
    -moz-border-top-colors: #C7A159!important;
    -moz-border-left-colors: #C7A159!important;
    -moz-border-right-colors: #C7A159!important;
    -moz-box-shadow: 0px 0px 0px 1px #F1CA7E !important;
  }
}