.inputtextsmall {
font-family : Verdana,Arial,Helvetica;
font-size: 8pt; 
font-weight : normal;
border-style : solid;
border-color : #666666;
background-color : white;
color : #<cfoutput>#form.formtext#</cfoutput>;

}

.formtextsmall {
font-family : Verdana,Arial,Helvetica;
font-size: 7pt; 
font-weight : normal;
color : #<cfoutput>#form.fontcolor#</cfoutput>

}

.formtext {
font-family : Verdana,Arial,Helvetica;
font-size: 8pt; 
font-weight : normal;
color : #<cfoutput>#form.formtext#</cfoutput>;

}

.formtextbold {
font-family : Verdana,Arial,Helvetica;
font-size: 8pt; 
font-weight : bold;
color : #<cfoutput>#form.formtext#</cfoutput>;


}