.content_form{
   color: #666;
   font-size: 16px;
}
.content_form h3{
   color: #000;
}
.content_form tr {
  height:38px;
}
.content_form th input{
  background: #eee;
}
.content_form th {
    color: #3f3f3f;
    font-size: 16px;
    height: 26px;
    text-align: center;
    font-weight: 500;
    background: #eee;
}
.content_form input{
  width: 100%;  
  border: none;
  color: #333;
  font-weight: 600;
  text-indent: 20px;
}
.content_form textarea{
  width: 100%;
  border: none;
  text-indent: 20px;
  height: 170px;
}
.design{
  height: 120px !important;
}
.design input{
  width: 45px;
}

#divControlEnd{
  text-align: center;
  margin: 34px auto;
}
#save,#back{
    width: 172px;
    height: 42px;
    background: #be9154;
    color: #ffffff;
    font-size: 22px;
    border: 0;
    border-radius: 6px;
    margin: 28px 47px 40px 47px;
    cursor: pointer;
    text-indent: 0px;
}