/* Your style */

.iqfm-table {
    margin-bottom:15px;
  width:100%;
}

.iqfm-table th {
    font-weight:bold;
    font-size: 12px;
}
.iqfm-table th, .iqfm-table td {
    border: 1px solid #cccccc;
    padding: 8px 36px 8px 14px;
}

.iqfm-table th {
    white-space: nowrap;
    background-color: #dddddd;
    text-align: left;
    vertical-align: top;
  width:40%;
}

.input {
  text-align:center;
}

#inquiryformSubmit-1{
  width:120px;
  height:28px;
  margin: 0 0 0 280px;
  }
  
#inquiryform-1{
  width:672px;
  }
  
input[type="text"], textarea{
  border:1px solid #ccc;
  padding: 5px;
  }