@charset "utf-8";
/* CSS Document */
/* Centre the page */
.body {
    display:block;
    margin:0 auto;
    width: 90%;
}

p {
	font-family: SourceSansPro, Arial, sans-serif;
	font-weight: 100;
	color: #4d4d4d;
	font-size: 14px;
}

/* Centre the form within the page */
form {
    margin:0 auto;
    width:100%;
	font-family: SourceSansPro, Arial, sans-serif;
	font-weight: 100;
	font-size: 14px;
	color: #4d4d4d;
}

/* Style the text boxes */
input, textarea {
	width:100%;
	height:15px;
	background:#efefef;
	border:1px solid #929292;
	padding:10px;
	margin-top:3px;
	margin-bottom: 5px;
	font-size:0.9em;
	color:#4d4d4d;
	font-family: SourceSansPro, Arial, sans-serif;
	font-weight: 100;
}

textarea {
	height:45px;
}

#submit {
    width:127px;
    height:38px;
	background-color: #4d4d4d;
    border:none;
    margin-top:20px;
    cursor:pointer;
	font-weight: 500;
	color: #ffffff;
}

	#submit:hover {
	    opacity:.9;
	}
