
h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.6em;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

/* Centre the page */
.body {
    display:block;
    margin:0 auto;
    width:100%;
}

/* Centre the form within the page */
form {
    margin:0 auto;
    width:75%;
}

/* Style the text boxes */
input, textarea {
	width:100%;
	height:27px;
	background:#efefef;
	border:1px solid #dedede;
	padding:10px 0px 10px 0px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

textarea {
	height:213px;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

#submit:hover {
	    opacity:.9;
}

#thanks {
    text-align: center;
}

#contact_text{
  text-align: left;
  margin:0 auto;
  width:75%;
}