INPUT.frmText{
	color : #000000;
	background-color : white;
	font-size : 12px;
	font-weight : normal;
}
INPUT.frmTextarea{
    font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 11px;
}
INPUT.frmRadio{
	color : #808080;
	background-color : whitesmoke;
	font-size : 12px;
	font-weight : normal;
}
INPUT.frmCheckbox{
	color : #808080;
	background-color : whitesmoke;
	font-size : 12px;
	font-weight : normal;
}
P.frmTitle{
    font-family: arial, helvetica, sans-serif;
	color: #488941;
	background-color: #ffffff;
	font-size : 12px;
	font-weight : normal;
	margin: 2px 0px 2px 35px;
}
SPAN.frmTitleReq{
	color : red;
	background-color : white;
	font-size : 12px;
	font-weight : normal;
}
