.meshed_form{
  width: 70% ;
  margin-bottom: 2em;
}

.meshed_form .form_buttons{
  text-align: right;
  margin-top: 2em;
  background-color: #E3E3E3;
  padding: 5px 10px 5px 10px;
}

.meshed_form form{
  line-height: 150%;
}

.meshed_form fieldset{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.meshed_form label{
  float: left;
  text-align: right;
  width: 130px;
  margin-right: .3em;
  cursor: pointer; 
  vertical-align: top;
  margin-bottom: 0.4em;
}

.meshed_form form fieldset input:focus, textarea:focus{
  background-color: #E3E3E3;
}

.meshed_form form fieldset input[type=text], select, textarea {
  float: left;
  border: 1px solid #727483;
}

.meshed_form form fieldset textarea{
  width: 200px;
  height: 8em;
}

.meshed_form form fieldset input[type=text]{
  width: 200px;
  height: 1.6em;
  padding-top: 0.1em;
  padding-left: 0.1em;
}

.meshed_form br{
  clear: both;
}
