@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http),url-prefix(https),url-prefix(file) {

textarea:focus,
select:active,
input:not([type="submit"]):not([type="focus"]):not([type="radio"]):
not([type="checkbox"]):not([type="file"]):not([type="button"]):active{

border:3px solid black !important;
-moz-appearance:none !important;
-moz-border-radius:4px !important;
}

  textarea {  border: 3px solid black !important; -moz-border-radius:4px !important;
}

}