/* CSS Document */

#message {
  width: 500px;
  height: 50px;
  }

#firstname, #lastname, #email {
  width: 150px;
  }

#email {
  width: 300px;
  }

#state {
  width: 50px;
  }

#address1, #address2 {
  width: 250px;
  }

#city, #phone {
  width: 150px;
  }

#zipCode {
  width: 100px;
  }
  
.warning {
  color:#D6A129;
  }