.frmtext{
	color : #000000;
	background-color : white;
	font-size : 12px;
	font-weight : normal;
}
.frmradio{
	color : #808080;
	background-color : whitesmoke;
	font-size : 12px;
	font-weight : normal;
}
.frmcheckbox{
	color : #808080;
	background-color : whitesmoke;
	font-size : 12px;
	font-weight : normal;
}
.frmtitle{
	color : black;
	background-color : white;
	font-size : 12px;
	font-weight : normal;
}
.frmtitlereq{
	color : red;
	background-color : white;
	font-size : 12px;
	font-weight : normal;
}
.frmhdr {
	background-color : #f8f2e7;
}
.frmcomment{
	color : #de4d39;
	font-weight : normal;
	font-size : 12px;
	font-family : Arial, Helvetica, Swiss, Georgia, Geneva;
}
.required{
	color : red;
}