#EstimationBox {
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: white url(/images/boxes/BigBoxesBackground) repeat-x bottom;
}

#EstimationBox .header {
  padding: 0 10px;
}

#EstimationBox .error {
  color: #0D1572;
  font-weight: normal;
  font-size: 11px;
}

#EstimationBox .AutoForm {
  padding: 0 10px 10px 10px;
}

#EstimationBox .AutoForm table{
  border-collapse: separate;
}

#EstimationBox .AutoForm .required {
  color: red;
  font-size: 14px;
}

#EstimationBox .AutoForm .SubmitButton {
  text-align: center;
}

#SendedBox {
  margin: 0;
  padding: 0 10px 10px 10px;
  background: white url(/images/boxes/BigBoxesBackground) repeat-x bottom;
}
#SendedBox p {
  margin: 0;
  padding: 40px 0 290px 0;
  text-align: center;
}