.cols.benefits input[type=submit]{
/*	color: #262626; */
	text-shadow:none;
}
input, select, textarea{
	font: normal 12px/20px 'Lucida Sans Unicode', 'Lucida Grande', Arial, san-serif;
	background: #FFFFFF;
	border: solid #FFFFFF 0px;
	border-top-color: #000;
	border-left-color: #000;
	resize:none;
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #000000;
}



.novo_formulario{
	display: block;
	overflow: hidden;
}

.novo_formulario .t_Nome{
	margin: 0 0px 15px 0;
}

.novo_formulario .i_h_mail{
	width: 49%;
	float: right;
	// width:49%;
}
.novo_formulario .i_h_tele{
	width: 49%;
	float: left;
	// width:49%;
}

.novo_formulario .i_h_meses{
	width: 49%;
	float: right;
	// width:49%;
}
.novo_formulario .i_h_eini{
	width: 49%;
	float: left;
	// width:49%;
}

.novo_formulario .t_h{
	clear: both;
	height:180px;	
	
}

.novo_formulario .texto_captcha{
	clear: both;
}

.novo_formulario .i_h_enviar{
	float: left;
	width:50%;
	margin: 5px 0 0 0;
}



.novo_formulario.get_in_touch .t_h {
	height:80px;
}
.novo_formulario .i_h .l{
	margin: 0 15px 0 0;
	color: #000000;
}
.novo_formulario .i_h .r{
	margin: 0 6px 0 9px;
}


.novo_formulario input{
	padding: 0 0 0 4px;
	height: 29px;
	line-height: 29px;
	float: left;
	margin: 0 0 19px 0;
	float: none;
	display: block;
	width: 100%;
}
.novo_formulario textarea{
	clear: both;
	width: 100%;
	height: 174px;
	line-height: 20px;
	overflow: auto;
}

a.do_clear{
	display: block;
	float: right;
	padding-left: 9px;
	font-size: 10px;
	line-height: 18px;
	margin:7px 0 0 0;
}

.novo_formulario.get_in_touch{
	margin: 14px 0 7px 0;
}
.novo_formulario.get_in_touch .i_h .l{
	margin: 0 10px 0 0;
}
.novo_formulario.get_in_touch .i_h .r{
	margin: 0 6px 0 4px;
}
.novo_formulario.get_in_touch input{
	height: 19px;
	line-height: 19px;
	float: left;
	margin: 0 0 9px 0;
}
.novo_formulario.get_in_touch textarea{
	height: 79px;
	line-height: 20px;
	margin-bottom: 19px;
	padding-top: 0;
}

.novo_formulario.contact_us{
	padding-top: 4px;
}

