@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

	label {
		display:block;
		margin-top:20px;
		letter-spacing:2px;
	}
	
	.body{
		display:block;
		margin:0 auto;
		width: 550px;
	}
	
	form {
		margin:0 auto;
		width:459px;
		padding:20px;
	}
	
	input, textarea {
		width:439px;
		height:27px;
		background:#efefef;
		border:1px solid #dedede;
		padding:10px;
		margin-top:3px;
		font-size:0.9em;
		color:#3a3a3a;
		
	}
	
	textarea {
		height:213px;
		background:right no-repeat #efefef;
	}
	
	input:focus, textarea:focus {
		border:1px solid #e9d3a4;
	}
	
	#submit {
		width:100px;
		height:30px;
		border:0px;
		margin-top:20px;
		font-family: 'Lato', Calibri, Arial, sans-serif;
		font-weight:300;
		font-size: 15px;
		text-decoration:none;
		color:#9d724a;
		background-color: #e9d3a4;
		cursor:pointer;
		padding:0;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
		#submit:hover {
			opacity:0.7;
		}

