#contact_us {
	max-width: 1024px;
	margin:0px auto;
}

#contact_msg {
    float:left;
	margin-bottom:20px;
    font-size: 1.00em;
    max-width:55%;
}

#contact_sign {
    margin-top:20px;
}

#contact_photo {
    margin-right:10px; 
    max-width:200px;
}

#contact_signup {
    float: right;
}

#contact_form {
    padding:20px;
	width: 330px;
	z-index: 1;
	overflow: hidden;
	background:#FFFFFF;
    border-radius:5px; 
    border-style:solid; 
    border-color:#000000; 
    border-width:1px;
}

#contact_form input[type=text] {
  width: 100%;
  padding: 12px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: 20px; 
  height: 40px; 
}

#contact_form input[type=button], input[type=submit], input[type=reset] {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  height: 50px;
}

#contact_form textarea {
  width: 97%;
  margin: 8px 0;
  height: 100px;
}

#contact_form button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width:145px; 
}

#contact_reviews {
  margin-top:50px;
}

#contact_reviews div {
  margin-bottom:30px;
}
