.odysen_app_helpers_form-EmailResourceForm {
  width: auto;
}

.odysen_app_helpers_form-EmailResourceForm .FormField {
  margin-bottom: 15px;
}

.odysen_app_helpers_form-EmailResourceForm .FormField .FormField-Label {
  min-width: 0;
}

.odysen_app_helpers_form-EmailResourceForm .toUserGridPane,
.odysen_app_helpers_form-EmailResourceForm .ccUserGridPane {
  border-top: 1px solid #769DC0;
  border-bottom: 1px solid #769DC0;
}

.odysen_app_helpers_form-EmailResourceForm .FormFieldTextarea .dijitTextArea {
  width: 40em;
  height: 160px;
}

/* Reduce Grid padding for user selection */
.odysen_app_helpers_form-EmailResourceForm .dojoxGrid .dojoxGridCell {
  padding: 0;
}

.odysen_app_helpers_form-EmailResourceForm .dijitTitlePaneTitle {
	background-color: #fff;
	border-width: 0 0 1px 0;
}