.eform label {
  width: 12em;
  float: left;
  text-align: right;
  display: block;
  font-size: 92%;
  font-weight: bold;
  padding: 5px 0 3px 0;
  margin: 0 0 5px 0;
}
.eform .formHint {
  font-style: italic;
  font-size: 83%;
  filter: alpha(opacity=53);
  -moz-opacity: 0.53;
  opacity: 0.53;
  padding-left: 10px;
}
.eform .required {
  color: red;
  font-size: 80%;
}
.eform.formNoTable label {
  float: none;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 10px 0 0 0;
}
.eform.formNoTable .formContentDiv {
  margin-left: 0;
}
.eform.formNoTable .formHint {
  padding: 0;
}
.eform INPUT.submit {
  margin-top: 5px;
  font-size: 133%;
}
SPAN.cke_skin_kama {
  padding: 0 !important;
}
.formField {
  clear: left;
  margin-bottom: 4px;
}
.formContentDiv {
  margin-left: 12em;
  padding: 0;
}
.cke_skin_v2 > input {
  height: 1px;
}
/* weird box-at-bottom-left bug on IE */
.validationField {
  display: none;
}
#progressOuter {
  margin-top: 4px;
  height: 7px;
  display: none;
  width: 104px;
  position: relative;
  border: 1px solid #666;
}
#progressInner {
  width: 0;
  height: 7px;
  vertical-align: middle;
  background: url('http://cdn.entropyhost.com/images/progress.gif');
}
#progressStatus {
  display: inline;
}
div.formInfo {
  margin: 8px 0;
}
.ui-autocomplete {
  max-height: 150px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}
* html .ui-autocomplete {
  height: 100px;
}
.ui-autocomplete .ui-menu-item a {
  color: black !important;
}
