.formPluginDIVContainer {
	font-family: inherit !important;
display: inline;
}

.formBuilderTableContainer { }

.formPluginName {
	padding-top: 5px;
	padding-left: 3px;
	font-weight: bold;
}

.formPluginIntro {
	padding-top: 5px;
	padding-left: 3px;
}

.formPluginFORMFONT 
{ 
	padding-top: 10px;
	padding-left: 3px;
}

.formPluginFORMFONT input[type=text], .formPluginFORMFONT input[type=password], .formPluginFORMFONT textarea, .formPluginFORMFONT select {
	font-family: inherit;
}

.formPluginLBLBesideField {
	width: 60%;
}

.formPluginFORMREQUIREDFONT 
{ 
	color: #FF0000; 
	padding-top: 5px;
}

.formPluginGrey {
	color: #CCCCCC;
}

.formPluginNormal {
	color: #000000;
}

.formPluginSubmitCell {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

/******************************************************************
 * Table headings are required for accessibility, but since this  *
 * is for forms we probably want to hide them most of the time.   *
 *                                          Jan 15, 2020. SMH.    *
 ******************************************************************/
.formPluginTableHeadings { display:none; text-align:left; }



