@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Muli:300);

h1
{
font-family: 'Oswald', sans-serif;
font-size: 30px;
text-transform: uppercase;
color: #216182;
}


/* Centres the page (this could be container)*/

.body {
    display:block;
    margin:0 auto;
    width:576px;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #999;
}

/* Labels are titles for the text fields. You can use a placeholder instead if you like*/
{
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

/* Centres the form within the page */

form 
{
	align-content: left;
	margin: 18px;

}
/* Styles the text boxes */
input, textarea, file {
	width:275px;
	height:45px;
	background-color:#FFFFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;
	padding:10px;
	margin-top:3px;
	margin: 3px;
	margin-left: 15px;
	font-size:0.9em;
	color:#333333;
}

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

/* Styles the text area boxes (message field) */	
textarea 
{
	height:113px;
	width:275px;
	background-color: #ffffff;
	
	
}
textarea2 
{
	height:413px;
	width:275px;
	background-color: #ffffff;
	
	
}
/* Styles the submit button */
#submit {
	/* background:url(images/submit.png); */
	color:#000;
	border:1px solid #000;
	width:127px;
	height:45px;
	border:1px solid #000;
	background-color:#A0A0A0;
	text-align: center;
	border:1px solid #000;

	/* text-indent:-9999px; */
	border:3px;
	cursor:pointer;
	align:left;
	
}/* Styles the submit hover */	
#submit:hover {
	color:#000;
	border:1px solid #000;
	background-color: #A0A0A0;
}


#submit2 {
	/* background:url(images/submit.png); */
	color:#000000;
	width:127px;
	height:45px;
	background-color:#A0A0A0;
	text-align: center;
	/* text-indent:-9999px; */
	border:1px solid #000;
	cursor:pointer;
	align:left;
}



#submit2:hover {
	color:#000000;
	border:1px solid #000;
	background-color: #fff;
	opacity:0.9;
}

/* Styles the cancel button*/	
#cancel {
	/* background:url(images/cancel.png); */
	width:127px;
	height:28px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
}

/* Styles the cancel hover */
#cancel:hover {
	color:#fff;
	background-color: #000;
	opacity:0.9;
}