#edit-bundles-wrapper, #edit-comments-wrapper {
  float: left; /* LTR */
  padding-right: .8em; /* LTR */
  margin: 0.1em;
  /**
   * In Opera 9, DOM elements with the property of "overflow: auto"
   * will partially hide its contents with unnecessary scrollbars when
   * its immediate child is floated without an explicit width set.
   */
  width: 25em;
}
#edit-maxacts-wrapper, #edit-licence-wrapper, #edit-dealers-wrapper {
  float: left; /* LTR */
  padding-right: .8em; /* LTR */
  margin: 0.1em;
  /**
   * In Opera 9, DOM elements with the property of "overflow: auto"
   * will partially hide its contents with unnecessary scrollbars when
   * its immediate child is floated without an explicit width set.
   */
  width: 15em;
}
#edit-expression-wrapper {
  float: none; /* LTR */
  padding-right: .8em; /* LTR */
  margin: 0.1em;
  /**
   * In Opera 9, DOM elements with the property of "overflow: auto"
   * will partially hide its contents with unnecessary scrollbars when
   * its immediate child is floated without an explicit width set.
   */
  width: 15em;
}
#corporate-serials-filter-form .form-item select.form-select {
  width: 100%;
}

.corporate-profile {
  clear: both;
  margin: 1em 0;
}
.corporate-profile h3 {
  border-bottom: 1px solid #ccc;
}
.corporate-profile dl {
  margin: 0 0 1.5em 0;
}
.corporate-profile dt {
  margin: 0 2em 0.2em 0;
  font-weight: bold;
  float: left; /* LTR */
  width: 10em;
}
.corporate-profile dd {
  margin: 0 0 1em 0;
}
