#info_form {
}

.input-row {
  width:600px;
  height:50px;
}

.sub-input-row {
  padding-left:30px;
  height:70px;
  padding-bottom:30px;
  margin-bottom:30px;
  overflow:hidden;
}

.product-row {
  width:500px;
}

.textarea-row {
  width:600px;
  height:50px;
}

.product-title {
  width:500px;
  margin-top:30px;
}

.title {
  float:left;
  width:40%;
}

.field {
  float:right;
  width:60%;
}

.area-title {
  font-weight:bold;
}

.textarea {
  margin-bottom:30px;
  overflow:hidden;
}

.check-box {
  width:5%;
  float:left;
}

.check-box-text {
  float:right;
  width:95%;
}

.left {
  float:left;
}

.right {
  float:right;
}

.contact-row {
 width:550px;
}

.contact-left {
  float:left;
  width:250px;
}

.contact-right {
  float:right;
  width:300px;
}







