/* Start of CMSMS style sheet 'Custom Form' */
/***** Custom Form Styles *****/

.customform div {
  width: 100%;
  padding: 0.25em 0 0.25em 0;
}

.customform div label {
  display: inline;
}

.customform div input {
  margin: 10px 0 0 0;
}

.customform td {
  font-size: 0.83em;
  padding: 0 3px 0 1px;
}

.customform div.required {color: #ff0000;}
/* End of 'Custom Form' */

