#send-quote-form-wrapper {
    max-width: 1000px;
    margin: 40px auto 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-radius: 8px;
}

#send-quote-form input,
#send-quote-form textarea {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input#same_as_billing {
    width: inherit;
}

.error-message {
  margin-top: 4px;
  color: red;
  font-size: 12px;
}