#mltag_suggest_tags_table_div {
  clear: both;
  float: left;
  margin-top: 10px;
  width: 500px;
}

#edit-mltag-new-tag {
  float: left;
}

.mltag_help_button_wrapper {
  float: right;
  margin-bottom: 30px;
}

.mltag_help_button_wrapper {
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background: -webkit-gradient(linear, left top, left bottom, from( #5bc0de), to(#2f96b4));
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 5px 0;
  padding: 4px 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  font: inherit;
  font-weight: bold;
}

.mltag_help_main_wrapper {
  background-color: #fef2c4;
  border: 1px solid #efb120;
  box-shadow: 0 0 10px #ffffff inset;
  margin-bottom: 10px;
  padding: 15px;
  display: none;
}

#mltag-general-settings-attach-fields fieldset {
  clear: both;
  margin-top: 2em;
}
