@charset "utf-8";
/* CSS Document */

#conteudo {
	width: 820px;
	font-size: 14px;
	line-height: 1.4em;
	margin-left: 10px;
}
#conteudo h1,p {
	margin-bottom: 10px;
}
#contato table {
	margin-top: 20px;
}
#contato input,select{
	width: 225px;
	height: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	background: #1F373F;
	border: 0px;
	color: #fff;
}
#contato textarea {
	width: 225px;
	height: 120px;
	margin-left: 25px;
	color: #fff;
	background: #1F373F;
}
#contato .botao {
	width: auto;
	height: auto;
	float: right;
}
#info {
	width: 370px;
	height: 300px;
	float: right;
	padding-left: 10px;
	border-left: 1px dotted #1F373F;
}