



/*ICH_dtail*/



/*formata a etiqueta do elemento*/

#details_2 .fabrikLabel {
	width:150px;
	clear:left;
	text-align: right;
	float:left;
	color:#333333;
	

}

#details_2 .fabrikElement {
margin-left:160px;
	padding-left:4px;
	background:none;
	border-right:1px dotted #999999;
}


/*formata o nome do grupo*/
#details_2 .legend {
	
display:none;	
border-bottom: 2px solid #333333;
	margin:10px;
	padding:10px;
	position:relative;
	color: #333333;
	font-weight: normal;
}




/*formata a caixa do formulario*/

#details_2 {
	width:80%;
	margin:0px;
	padding:2px;
	float:left;
	background-color:#;
}

#details_2 .fabrikGroup{
	border-top:none;
	padding:4px;
	
}

/*formata a caixa dos botoes*/


/*formata os botoes. O display block com o float left garantem a horizontalidade*/

#details_2 .button {
	display: block;
	float:left;
	clear: both;
	background:#;

}
#details_2 .fabrikActions{
	padding:30px;
	clear:left;
	margin:5px 10px;
	border-top:4px solid #154999;
	background:#;
}



/*formata o label de campos especificos.*/



/*esconde elementos vazios*/

#details_2 .fabrikDataEmpty {
display: none;
}




/* END - Your CSS styling ends here */
