@charset "utf-8";

div#conteudo {
	background:url(../imagens/layout/fd_orcamento.jpg) no-repeat right 25px;
}

div#conteudo form fieldset {
	border:none;
	margin-bottom:20px;
}

div#conteudo form fieldset legend {
	font-size:12px;
	font-weight:bold;
	color:#00C3E1;
}
	div#conteudo form fieldset label {
		font-size:0.95em;
	}
	div#conteudo form fieldset input.text {
		width:120px;
		margin-right:5px;
		padding:2px 3px;
		border:solid 1px #00C3E1;
		background:none;
		font-size:0.95em;
		color:#333;
	}
		div#conteudo form fieldset input.absoluto {
			width:96%;
			margin-right:5px;
			border:solid 1px #00C3E1;
			background:none;
			font-size:0.95em;
		}
	div#conteudo form fieldset input.submit {
		background:#00C3E1;
		color:#FFF;
		font-weight:bold;
		padding:2px 10px;
		border:none;
	}
	
	div#conteudo form fieldset textarea {
		width:98%;
		height:80px;
		margin-right:5px;
		border:solid 1px #00C3E1;
		background:none;
		margin:5px 0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-size:0.95em;
		color:#333;
	}

div#conteudo form fieldset table tbody tr th {
	width:auto;
	padding:5px 5px 5px 0px;
}
	div#conteudo form fieldset table tbody tr th.textarea {
		vertical-align:top;
	}

div#conteudo form fieldset table tbody tr td.cp_provas {
	text-align:right;
	padding:3px 5px 0px 0px;
}
