.CForm_Listbox,
.CForm_String,
.CForm_Text,
.CForm_Input {
  font-family:'Arial';
  background-color:#ededed;
  color:#0000dd;
  font-size:8pt;
  font-weight:normal;
}

.CForm_Caption {
  font-family:'Arial';
  font-size:8pt;
  font-weight:bold;
  color:#000000;	
}

.CForm_RadioButton {
  font-family:'Arial';
  font-size:9pt;
  color:#000000;
}

.CForm_Description {
  font-family:'Arial';
  font-size:8pt;
  color:#000000;
}

.CForm_Error {
  font-family:'Arial';
  font-size:8pt;
  font-weight:bold;
  color:#dd0000;	
}

.CForm_Button {
  font-size:9pt;
  font-family:'Arial';
  font-weight:normal;
  color:#000000;
}