html {
  background: #f7f7f7;
  color: #666;
}

.ac-container {
  background: #fff;
  border: 1px solid #ddd;
  margin: 20px auto;
  z-index: 1;
  overflow: hidden;
}

.ac-container .icon {
  font-size: 130%;
}

.ac-left {
  width: 180px;
  padding: 30px 0 0 0;
  float: left;
}

.ac-left h3 {
  font-weight: bold;
  padding: 0 0 0 35px;
  font-size: 18px;
  color: #333;
}

.ac-nav {
  margin: 20px 0 0 0;
}

.ac-nav a {
  display: block;
  color: #666;
  line-height: 48px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  position: relative;
}
.ac-nav .new {
  position: absolute;
  color: #f5694b!important;
  font-size: 22px;
  top: -8px;
  right: 26px;
}

a.hover-color:hover, a.hover-color.active, a.hover-color:hover .icon {
  color: #66BE8C;
}
.ac-nav a.hover-color.active {
  font-weight: bold;
}

.ac-right {
  width: 959px;
  min-height: 700px;
  border-left: 1px solid #ddd;
  padding: 30px;
  float: right;
}
.ac-right h4.mt30 {
  margin-top: 30px;
}

.form-group {
  padding: 7px 0;
  min-height: 36px;
}

.form-label {
  width: 100px;
  display: inline-block;
  text-align: right;
  margin-right: 30px;
  float: left;
}

.form-text {
  width: 670px;
  text-align: right;
  line-height: 35px;
  margin-left: 5px;
}
.form-text.ml {
  margin-left: 130px;
}

textarea.form-control,
.textarea.form-control {
  display: inline-block;
  vertical-align: top;
  width: 650px;
  height: 160px;
  padding: 5px 10px;
}
.form-control.long {
  width: 650px;
}

.ac-save {
  background: #66BE8C;
  padding: 10px 0;
  width: 110px;
  text-align: center;
}
.ac-save:hover {
  background: #58C587;
}