﻿@charset "utf-8";
/* CSS Document */

a {
	outline:none;
    text-decoration:none;
}

/* FORM */
p{
	font-size: 12px;
	color: #323232;
}

#divmeio_form {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 132px;
}

#div_form {
	width: 1088px;
	/* largura m&iacute;nima 1080 */
	margin-top: 64px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 32px;
	padding: 0px 0 0px 0;
	position:relative;
	overflow: auto;
		
}

.form_contactos {
	margin: 0px;
	padding: 0px;

}

form.form_contactos label {
	cursor:pointer; 
	padding:0; 
	margin:0;
	
}

.div_area {
	width: 100%;
	margin: 0px;
	padding:0px;

}

.box_base {
	width: 408px;
	position: relative;
	margin: 0 128px 0 0;
	float: left;
}

.box_base_g {
	width: 100%;
	padding-top: 24px;
	position: relative;
	clear: left;
}

.box_checkbox_fornecedor {
	width: 50%;
	padding: 24px 0 24px 0;
	font-weight: bold;
	font-size: 12px;
	color: #FEA110;
	clear: left;
		
}

.box_button {
	width: 100%;
	margin: 16px 0 16px 0;
	clear: left;
	text-align: left;
		
}

.p_titulo_box {
	font-size: 18px;
	font-weight: normal;
	color:#323232;
	height: 40px;
	display: block;
	padding: 0 0 0 0px;
	margin: 0px;
		
}

.p_titulo_box span {
	font-size: 16px;
	font-weight: normal;
	color: #F00;
}



.p_label {
	font-size: 12px;
	font-weight: normal;
	background-color: #323232;
	color: #fff;
	display: block;
	height: 32px;
	width: 120px;
	padding: 0 8px 0 0;
	margin: 0 0 16px 0;
	text-align: right;
	float: left;
	line-height: 22pt;
}

.p_label span{
	font-size: 14px;
	font-weight: normal;
	color: #F00;
}

.p_texto_paragrafo {
	color:#323232;
	width: 100%;
	display: block; 
	font-size: 14px;
	font-weight: normal;
	line-height: 16pt;
	margin: 0px 0 16px 0;
	padding: 0px;
	
}

.p_texto_paragrafo span {
	font-size: 14px;
	font-weight: bold;
	color:#FEA110;
	
}

.input_tfield {
	width: 264px;
	height: 32px;
	font-size: 12px;
	margin: 0 0 16px 0;
	padding: 0 0 0 8px;
	border: 0px;
	background-color: #fff;
	float: left;	
}

.input_tarea {
	width: 392px;
	height: 256px;
	font-size: 12px;
	margin: 0;
	padding: 8px;
	border: 0px;
	background-color: #fff;	
}

.div_checkbox {
	height: 32px;
	width: 360px;
	float: left;
	font-size: 12px;
	color: #323232;
		
}


.input_check {
	margin-right: 8px;
	vertical-align: middle;
	
		
}

.button_send {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	height: 32px;
	width: 224px;
	background-color: #FEA110;
	text-transform: uppercase;
	border: 0px;
	cursor: pointer;
}

.button_send:hover {
	background-color:#323232;
}


fieldset {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0px;
}

#infosucess{
	padding:10px;
	background-color: #FEA110;
	font-size: 14px;
	margin-bottom:15px;
	color:#323232;
	margin-bottom:700px;
}

#infoerror{
	padding:10px;
	background-color:#F00;
	font-size: 14px;
	margin-bottom:15px;
	color:#FFF;
	margin-bottom:700px;
}
