#head-edit-form {
  display: none;
  border: 2px solid tomato;
  padding: 2em;
  background-color: #fff;
  border-radius: 6px
}

#head-edit-form h3 {
  font-size: 20px;
  margin-bottom: 20px
}

#head-edit-form .line {
  margin: 5px 0;
  padding-bottom: 7px
}

#head-edit-form .line label {
  font-size: 14px;
  color: #930;
  width: 180px;
  display: inline-block;
  vertical-align: middle
}

#head-edit-form .line textarea {
  width: 400px;
  height: 100px;
  line-height: 20px;
  border: 1px solid #ccc
}

#head-edit-form .line input[type=text] {
  border: 1px solid #ccc;
  line-height: 20px;
  height: 40px
}

#head-edit-form .line #bo_bg_class {
  width: 150px;
  height: 40px
}

#head-edit-form .line #bo_sub_title {
  width: 380px;
}

#head-edit-form .tc {
  text-align: center;
  margin-top: 1em;
}
#head-edit-form .menu-select select{
  padding:0 0.5em;
  margin-right:5px;
  height:40px;
}


.btn-head-cfg {
  position: absolute;
  z-index: 9;
  bottom: 2px;
  right: 2px;
  background-color: tomato;
  color: #fff;
  font-size: 14px;
  border: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 .5em;
  border-radius: 12px
}