@CHARSET "ISO-8859-1";
/* ---------------------------------------------------------- */
/* ---------------------Fein.css----------------------------- */
/* Use these elements to format the fein/taxpayer ID          */
/* for display to an authorized employer  (Fein tag)          */
/* ---------------------------------------------------------- */
/*                                                            */
/* Use the fein_container         */
/* class to format all components */
/* regarding the fein display     */
.fein_container {
}

/* Use the fein_statement class to     */
/* format the component regarding      */
/* the text preceding the fein display */
.fein_statement {

	margin-right: 10px;
}

/* Use the fein class    */
/* to format the display */
/* of the fein           */
.fein  {
	font-size: .95 em;
	margin-right: 12px;
}
/* Use the fein_employer_name     */
/* class to format the employer's name    */
/*                                      */ 
.fein_employer_name {
	padding: 0px 0px 0px 0px;
}