#contact {
  margin-top: 50px; }
	.message {
		display: none;
	 	background: rgb(228, 228, 228);
    background: rgba(225, 225, 225, 0.4);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
		padding: 20px;
		font-size: 2.6em;
		font-weight: 200;
		color: #009E45;
		line-height: 1.2;
	}
  #contact span {
    display: block;
    margin-bottom: 20px; }
    #contact span label {
      font-size: 1.6em;
      float: left;
      line-height: 2em;
      margin-right: 20px;
      text-align: right;
      width: 200px; }
    #contact span input {
      font-family: "Helvetica Neue", helvetica, sans-serif;
      font-size: 1.6em;
      padding: 5px;
      width: 40%; }
    #contact span textarea {
      font-family: "Helvetica Neue", helvetica, sans-serif;
      font-size: 20px;
      padding: 5px;
      margin-bottom: 20px; }
    #contact span a#send {
      background: url('../images/sendmessage.png') left top no-repeat;
      display: block;
      height: 42px;
      margin-left: 220px;
      margin-top: 20px;
      position: relative;
      width: 345px;
      text-indent: -3000px; }
      #contact span a#send:hover {
        background-position: -345px 0; }

