div.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7-submit:hover {
	background-color: #eea500 !important;
}

div.wpcf7-response-output {
	height:auto;
	background:rgba(0,0,0,0.6); 
	color:#FFF !important;
	padding: 2.2em 1em;
	border-radius: 7px;
	/*position:absolute;*/
	/*width:185px;*/
	/*background:url(../../images/ballon.png) no-repeat left top; */
	/*margin: 43px 0 0 738px;*/
	/*top:743px;
	right:0;*/
}

div.wpcf7-mail-sent-ok {
	/*border: 2px solid #398f14;*/
	color: #FFF !important;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	/*
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
	*/
	color: #FF0000;
	/*position: absolute;
	left: 100%;
	*/
	z-index: 100;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	/*margin-left: 0.5em;*/
}

.faturamento span.wpcf7-list-item, .porte span.wpcf7-list-item, .certification span.wpcf7-list-item {
	display:block;
}

.wpcf7-list-item-label{
	margin-right:5px;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}