.col1 {
    float: left;
    width: 130px;
}

/* So "Inquiry" field doesn't get shifted to the right by the floating .col1 before it, which wraps to two lines. */
.UAiemac .col2 { 
    margin-bottom: 15px;
}

.input {
    margin: 10px 0;
}

textarea {
    width: 150px;
}

.submit {
    margin-left: 230px;
}

.First_Name,
.Last_Name,
.Email_Address,
.Inquiry,
.City,
.State,
.Company,
.Phone_Number {
    font-weight: bold;
}
