.offerte{
  font-family: Arial;
  font-size: 12px;
  list-style:none;
  margin-left: 24px;
  margin-top: 20px;
}
.offerte label {
  width: 180px;
  float: left;
}
.offerte input[type=text] {
  margin-bottom: 1px;
  width: 200px;
}
.offerte textarea {
  margin-bottom: 1px;
  width: 204px;
}
.offerte select {
  width: 204px;
}
#proposalform_delivery_date_day {
  width: 50px;
}
#proposalform_delivery_date_month {
  width: 50px;
}
#proposalform_delivery_date_year {
  width: 80px;
}
.offerte .checkbox_list {
  float:left;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul .error_list {

}
ul .error_list li {
  margin-top: 5px;
  margin-bottom: 5px;
}

