table.generator{
  width: 100%;
}
table.generator td {
  padding: 4px 4px 4px 4px;
}
td.compulsoryField {
  background-color:#e9f5e9;
}
td.optionalField {
  background-color: #eeeeee;
}
textarea.fullTextArea{
  width: 99%;
  border: 1px solid #cccccc;
  padding: 2px 2px 2px 2px;
}
.textField {
  border: 1px solid #cccccc;
  padding: 2px 2px 2px 2px;
}
div#content_nosmall {
  background-color: #ffffff;
}