@media screen,print {

	/* *** TIPOGRAFIA BASICA *** */
	
	#instructions {
		margin: 0;
		padding: 0 0 20px 0;
	}
	
	#ficha {
		width: 530px;
		margin: 0;
		padding: 0;
	}
	/* *** CABECALHO *** */
	
	#instr_header {
		height: 65px;
	}
	
	#instr_content {}
	
	#instr_content h2 {
		font-size: 12px;
		font-weight: bold;
	}
	
	#instr_content p {
		margin: 4px 0px;
	}
	
	#instr_content ol {
		margin: 5px 0;
	}
	
	#instr_content ol li {
		text-indent: 10px;
		margin: 2px 0px;
		list-style-position: inside;
	}
	
	#instr_content ol li p {
		padding-bottom: 4px;
	}
	
	/* *** ficha *** */
	
	#ficha .corte {
		width: 530px;
		margin: 0px auto;
		border-bottom: 1px navy dashed;
	}
	
	#ficha .corte p {
		margin: 0 0 5px 0;
		padding: 0px;
		font-family: 'Arial Narrow';
		font-size: 9px;
		color: navy;
	}
	
	table.header {
		width: 530px;
		height: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		border-bottom: 2px gray solid;
		
	}
	
	table.dados {
		width:530px;
		border-collapse:collapse;
	}
	
	table.dados tr.campos td {
		height:18px;
		vertical-align:middle;
		text-align:left;
		padding-top:5px;
		padding-bottom:5px;
	}
	table.dados tr.campos td.nomeCampo {
		color: black;
		border-left: 2px #FF9122 solid;
		padding-left: 4px;
		background-color:#efefef;
	}
	
	table.dados tr.campos td.dadosCampo {
		color: black;
		/*border-bottom: 1px black solid;*/
		padding-left:3px;
	}

	input,textarea,select {
		border:1px solid #666666;
	}
	input:focus, input.sffocus, textarea:focus, textarea.sffocus, select:focus, select.sffocus {
		background-color:#FFFFA6;
	}

}

@media print {

	#instructions {
		height: 1px;
		visibility: hidden;
		overflow: hidden;
	}

}
