.form {
  margin: 0 40px 0 0;
  padding: 20px 0 20px 0;
}

.form .field {
  height: 35px;
}
.form .field_textarea {
  height: 210px;
}
.form .field .label {
  width: 130px;
  font-size: 14px;
  color: #353638;
  float: left;
  text-align: right;
  padding: 7px 10px 0 0;
}
.form .field .input {
	float: left;
}
.form .field .many div {
	float: left;
}
.form input.textbox {
  width: 442px;
  height: 25px;
  border: 1px solid #dad7d7;
  background-color: #fff;
}
.form textarea.textbox {
  width: 442px;
  height: 198px;
  border: 1px solid #dad7d7;
  background-color: #fff;
}
.form input.filebox{
	width: 300px;
}

.form .button {
  text-align: right;
}