.simple{
  width:100%;
}
.simple label{
  width:100px;
}
.split_wrapper{
  width:49%;
  float:left;
  /*border:1px solid blue;*/
}
.form_wrapper{
  width:100%;
  margin:5px 0;
}
.title{
  width:19%;
  text-align:right;
  float:left;
  margin-right:1%;
}
.form_area{
  width:79%;
  float:left;
  text-align:left;
}

