/* CSS Document */



.lateral-esquerda {
	background-image:url(images/lat_esquerda.jpg);
	width:242px;
	background-position:top right;
	background-repeat:no-repeat;
	height:945px;
}
.lateral-direita {
	background-image:url(images/lat_direita.jpg);
	width:242px;
	background-position:top left;
	background-repeat:no-repeat;
	height:945px;
}

.meio {
	background-image:url(images/bg_meio.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:770px;
	height:318px;	
}


.body {
	font-family:Verdana;
	font-size:12px;
	color:#38332b;
	text-decoration:none;
	text-align:justify;
	line-height:2.0;
}
a:hover {
	text-decoration:underline;
}


.rodape {
	font-family: Verdana;
	font-size:10px;
	color:#423a2d;
	text-decoration:none;
}

.textfield_orcamento {
	font-size: 11px;
	color: #000;
	width: 250px;
	height: 13px;
	border-color: #000;
	background-color:#f1ddb7;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textfield_orcamento1 {
	font-size: 11px;
	color: #000;
	width: 140px;
	height: 20px;
	border-color: #000;
	background-color:#f1ddb7;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textarea_laminas {
	font-size: 11px;
	color: #000;
	width: 250px;
	height: 86px;
	border-color: #000;
	background-color:#f1ddb7;
	border-width: 1px;
	border-style: solid;
	padding-top: 1px;
	padding-left: 5px;
	overflow: auto;
}
