label {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-size: 12px;
	color: #535353;
}
label.bt_enviar { text-align: right; }
label.error { color: red; font-size: 12px; margin: 0; padding: 0; }

span.desc_input {
	width: 100%;
	float: left;
	margin-bottom: 2px;
}
.input_grande {
	width: 621px;
	height: 26px;
	background-color: #e7e7e7;
	border: #b5b5b5 1px solid;
	font-size: 20px;
	color: #828282;
	padding: 0 5px;
	float: left;
}
.input_grande:focus {
	border: #828282 1px solid;
	color: #565656;
}
.select_grande {
	width: 381px;
	background-color: #e7e7e7;
	border: #b5b5b5 1px solid;
	font-size: 18px;
	color: #828282;
	float: left;
}
.textarea_grande {
	width: 621px;
	height: 100px;
	background-color: #e7e7e7;
	border: #b5b5b5 1px solid;
	font-size: 20px;
	padding: 5px;
	color: #828282;
	float: left;
}
.radio {
	margin-right: 5px;
}
button { background: none; border: none; cursor: pointer; }



/* sucesso */

div.sucesso {
	position: relative;
	width: 100%;
	margin: 5px 0;
	padding: 10px 0;
	background: #d1e4e5;
	color: #408d90;
	text-align: center;
	line-height: 160%;
}
div.sucesso b { font-size: 12px; }