@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http), url-prefix(file) {

textarea:focus,
select:focus,
input:not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="button"]):focus{
border:1px solid #dddddd !important;
-moz-appearance:none !important; 
-moz-box-shadow:0 0 .5em #dddd00 !important;
}

}