
#messages {
font-size: 1.5em;
line-height: 100%;
margin: 0 0 0 35%;
}

#thanks {
font-size: 1.5em;
line-height: 130%;
text-align: center;
}


body.getintouch #navigation ul li {
padding-bottom: 5%;
}				

/*****Form Styles*****/
.form {
padding: 5% 0 5% 21.5%;
}


input, textarea { 
	padding: 1.5%;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

input {
width: 40%;
}

textarea { 
height: 70%;
line-height: 150%;
width: 68%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	margin-left: 26%;
	padding: 1% 4%;
	background: #999999;
	border: 0;
	font-family: 'Francois One';
	font-size: 1em;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.submit input:hover {
	
	width: auto;
	margin-left: 26%;
	padding: 1% 4%;
	background: #000;
	border: 0;
	font-family: 'Francois One';
	font-size: 1em;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
	
	}
	
form p {
padding-bottom: 3%;
}

input[id='name'] {
margin-left: 7.9%;
width: 33%;
}

input[id='email'] {
margin-left: 6%;
width: 33%;
}

input[id='subject'] {
margin-left: 4.3%;
width: 33%;
}
	




