#info {
	float: left;
	width: 420px;
	padding: 3px 0 0 5px;
}


.informativo form {
	width: 80%;
}

.informativo fieldset {
	border: 1px solid #009241;
	padding-bottom: 5px;
	background: url(../imagens/fundo_informativo.png) top center repeat-x;
}

.informativo legend {
	font: bold small Verdana, Arial, sans-serif;
	color:#009241;
	margin-right:2px;
}

.informativo label {
	width:75px;
	font: bold x-small Verdana, Arial, sans-serif;
	color:#000;
	margin-right:2px;

}

.informativo input {
	width:180px;
	height:15px;
	border:1px solid #009241;
	background:#fff;
	margin:2px;
	font: bold x-small Verdana, Arial, sans-serif;
	color:#000;
}

.informativo select {
	width:90px;
	height:15px;
	border:1px solid #009241;
	background:#fff;
	margin:2px;
	font: bold x-small Verdana, Arial, sans-serif;
	color:#000;
}

.informativo input.botao {
	width:60px;
	height:20px;
	border:1px solid #009241;
	background:#fff;
	margin-top: 10px;
}
