.box-form {
	clear: left;
	float: left;
	margin-bottom: 15px;
}
#conteudos-esq .box-form {
	width: 516px;
}

#contact-form {
	margin-bottom: 18px;
}
.box-form label {
	float: left;
	margin-bottom: 5px;
}
.txt-input {
	color: #333;
	background-color: #F4F3EF;
	padding: 8px 5px;
	clear: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	float: left;
	width: 250px;
}
.txt-input:focus {
	border: 1px solid #666;
}
.bt-submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
	-webkit-box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
	box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	text-decoration: none;
	background-image: url(../imagens-dev/fundos/bts.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	line-height: 32px;
	display: inline-block;
	height: 32px;
	padding-bottom: 2px;
	outline: none;
}
.bt-submit:focus {
	padding-top: 5px;
	outline: none;
}
.error {
	color: #CA0B00;
	clear: left;
	float: left;
}
#loading {
	bottom:9px;
	display: none;
	text-align: left;
}
#feedback {
	display: none;
}
#hold {
	overflow: hidden;
}
.feedback-positivo {
	font-size: 16px !important;
	color: #333;
	padding: 8px;
	border: 2px solid #666;
}
.feedback-negativo {
	font-size: 16px !important;
	color: #CA0B00;
	padding: 8px;
	border: 2px solid #CA0B00;
}
