	#contact {
  	width: 450px;
  }
  #contact fieldset {
  	background-color: skyblue;
  }
	#contact .text-input label,
  #contact .textarea-input label {
  	display: block;
    margin-bottom: .5em;
  }
	#contact .text-input input {
		width: 50%;
	}
	#contact .textarea-input textarea {
		width: 75%;
		height: 100px;
	}
  #contact .submit-input,
  #contact .reset-input {
  	display: inline;
    margin-top
  }
  .required {
  	color: red;
    font-weight: bold;
  }

