.box_label
{
  width: 175px;
  font-weight: bold;
  margin-bottom: 10px;
  float: left;
}

.box_label img { width: 140px; height: 35px; }

.box_field
{
  width: auto;
  margin-bottom: 10px;
  float: left;
}

#box_error
{
  color: red;
  margin-bottom: 20px;
}

.fields
{
  width: 275px;
  height: auto;
  font-size: 11px;
}

#submit
{

}

#mailformplus select
{
  width: 278px;
  border: 1px solid #c2c2c2;
}

#mailformplus textarea
{
  width: 275px;
  height: 100px;
  font-size: 11px;
  border: 1px solid #c2c2c2;
}

#mailformplus input[type="text"]
{
  border: 1px solid #c2c2c2;
}

.box_clearing
{
   clear: both;
   height: 0;
   margin: 0 0 2px 0;
   padding: 0;
   border: 0;
   font-size: 0;
   line-height: 0;
}
