.box_label
{
  width: 130px;
  float: left;
}

.box_label img { width: 140px; height: 35px; margin-top: 10px; }

.box_field
{
  width: auto;
  float: left;
}

#box_error
{
  color: red;
  margin-bottom: 15px;
}

.fields
{
  width: 275px;
  height: auto;
}

#mailformplus textarea
{
  width: 275px;
  height: 100px;
}

.box_clearing
{
   clear: both;
   height: 0;
   margin: 0 0 10px 0;
   padding: 0;
   border: 0;
   font-size: 0;
   line-height: 0;
}
