/* CSS Setting for the Os seus dados pessoais Page Layout */

/** Inicio: estilos específicos da 'box' CONTEÚDOS OS SEUS DADOS  ****************************/
.box_formulario_seus_dados{
	float:left; 
	clear:left; 
	margin-bottom:11px;
}

.formulario{
	margin-bottom: 4px; 
	height: 15px; 
	vertical-align: middle; 
	background: #e6e6e6; 
	border: 0 solid transparent;
}

.formulario_textarea{
	margin-bottom: 4px; 
	vertical-align: middle; 
	background: #e6e6e6; 
	border: 0 solid transparent;
}

.conteudo_seus_dados{
	font-family: Trebuchet MS, verdana, arial;
	font-size: 11px;
	color: #383838;
	font-weight: normal;
	float: left;
	clear:left;
	padding-left: 18px;
}

.conteudo_notas{
	font-family: Trebuchet MS, verdana, arial;
	font-size: 10px;
	color: #8d8d8d;
	font-weight: normal;
	float: left;
	clear:left;
	width:100%; 
	margin-top:10px
}
/** Fim:    estilos específicos da 'box' CONTEÚDOS OS SEUS DADOS  ***************************/

