@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/notebook/") {

	/* for GNoteBook full page */

		/* 12px font */
		.nc,/* tip action */
		.nd,/* setting notice */
		.rh,.qh,.ph,.uh,/* edit tip */
		.bf/* copyright */
		{font:12px Tahoma !important;}
		/**/

	/**/

	/* for GNoteBook firefox extension page */

		/* 12px font */
		.dg,/* sidebar tip */
		.lite-button-caption,.lite-button-dropdown,/* sidebar little button */
		.ea div[role="link"],/* sidebar action */
		.goog-menuitem-content,/* sidebar action menu */
		.ha span,/* notebook list */
		.bg div[role="listitem"],.fa,/* tag list */
		.sf,/* open full page */
		.goog-custom-button-inner-box,/* button */
		.hf,.if,.cc,.dc/* help */
		.zb,/* loading */
		.hb,/* float window */
		.vi,.zi/* editor input */
		{font-size:12px !important;font-family:Tahoma !important;}
		/**/

	/**/

}