/* =============================================================================
BROWSER: MOZILLA
----------------------------------------------------------------------------- */

/* perspective tab: needs extra formatting for radio label alignment that adding
   causes MSIE to kack */
#tab-perspective table li input {
	float:left;
	margin-top:0.2em;
	}
#tab-perspective table li label {
	float:left;
	display:block;
	margin-left:1.5em !important;
	}
