#formulario {
	margin: 0;
	padding: 0;
	width: 620px;
	height: 430px;
}
#aux_esquerda {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 310px;
	height: 430px;
}
#aux_direita {
	display: inline;
	margin: 0;
	padding: 0;
	width: 310px;
	height: 430px;
}
form {
	
	margin-top: 25px;
	font-family: Arial, sans-serif ;
	font-size: 11pt;
	font-style: italic;
	text-align: left;
	line-height: 18px;
	color: #302c2b;
}
form ul {
	background: #fff; 
	border: 3px solid #302c2b;
	padding: 5px 5px 10px 8px;
}
form li {
	
	list-style-type: none;
	list-style-position: inherit;
}
form textarea {
	font-family: Arial , sans-serif;
	color: #ccc;
}
form textarea:focus {
	color: #302c2b;
}
input.botao {
	font-family: Arial, sans-serif ;
	font-style: italic;
	clear: both;
	width: 65px;
	background: transparent;
	border: 0; 
}
input.botao:hover {
	font-weight: bolder;
}