#business.editor .map,
#business.editor #map_canvas {
  width: 400px !important;
  height: 400px !important;
  margin-left: 20px;
  margin-bottom: 10px;
}
#business.editor .form fieldset.fields div.field span.label,
#business.editor .form fieldset.fields div.field label {
  width: 9.2em;
  clear: none;
}
#business.editor .form fieldset.fields div.field fieldset.vertical label {
  width: 14em;
}
#business.editor .form fieldset.fields div.field input.text,
#business.editor .form fieldset.fields div.field input.file,
#business.editor .form fieldset.fields div.field textarea.richtext {
  width: 27.4em;
}
#business.editor .help_marker {
  height: 1em;
  margin: 0 3px;
}
#business.editor #current_business {
  margin-top: 20px;
  border: 1px solid silver;
  padding: 5px;
}
#business.editor .defaultSkin table.mceLayout {
  margin-top: 10px !important;
  width: 480px !important;
}

.autocomplete .ui-autocomplete {
    background-color:#fff;
}
