form {
	position: relative;
	left: 200px;
	width: 400px;
	line-height: 2em;
	font-weight: bold;
	background-color: #551707;
	color: #fff !important;
	padding: 20px;
}


#nome, #email {
	width: 200px;
}

.formulario {
	width:90px;
	float:left;
}

#mensagem {
	width: 400px;
	height: 150px;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 13px;
	color: black;
}

#enviar {
	width: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	color: white;
	background-color: #804b3e !important;
	padding: 1px;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 13px;
	
}

