/* AGENT_SHEET */
@-moz-document domain(anything.com)	{
		a, A, link, LINK, option, OPTION, select, SELECT, input, INPUT, label, LABEL,
		form, FORM, button, BUTTON, fieldset, FIELDSET, legend, LEGEND,
		a > *, A > *, link > *, LINK > *, option > *, OPTION > *, button > *, BUTTON > *, fieldset > *, FIELDSET > *,
		select > *, SELECT > *, input > *, INPUT > *, form > *, FORM > *, legend > *, LEGEND > *, label > *, LABEL > *,
		[title], attr[title],	acronym[title], abbr[title],
		[href], attr[href], acronym[href], abbr[href],
		[type], attr[type], acronym[type], abbr[type],
		[accesskey], attr[accesskey], acronym[accesskey], abbr[accesskey],
		[tabindex], attr[tabindex], acronym[tabindex], abbr[tabindex],
		[method], attr[method], acronym[method], abbr[method],
		[action], attr[action], acronym[action], abbr[action],
		[maxlength], attr[maxlength], acronym[maxlength], abbr[maxlength],
		[src], attr[src], acronym[src], abbr[src],
		[rel], attr[rel], acronym[rel], abbr[rel],
		[for], attr[for], acronym[for], abbr[for] {
			text-align:			center		!important;
			align:					center		!important;
			-moz-user-modify:	read-write	!important;
			-moz-user-input:		enabled		!important;
			-moz-user-focus:		normal		!important;
			-moz-user-select:		normal		!important;

	}
		textarea, textarea > *	{
			text-align:	justify	!important;
	}
}