/* CSS Document */

* html img {
	filter:expression(
		this.alphaxLoaded ? "" :
		(
			this.src.substr(this.src.length-4)==".png"
			?
			(
				(!this.complete)
				? "" :
				this.runtimeStyle.filter=
				("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
				(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
				String(this.alphaxLoaded=true).substr(0,0)+
				(this.src="images/blank.png").substr(0,0)
			)
			:
			this.runtimeStyle.filter=""
		)
	);
}

div.externa{
	background-image:url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#701011;
}

div.interna{
	width:737px;
}

div.rodape-bg{
	background-image:url(images/bg_rodape.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:30px;
}

.interna-texto{
	padding-left:60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d8cf7b;
	text-decoration:none;
}

.body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d8cf7b;
	text-decoration:none;
}

div.area-texto{
	width:489px;
}


.rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#971d1e;
	text-decoration:none;
}

.textfield_orcamento {
    font-size: 11px;
    color: #d8cf7b;
    width: 97px;
    height: 13px;
    border-color: #d8cf7b;
	background-color: #711011;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #d8cf7b;
    width: 141px;
    height: 20px;
    border-color: #d8cf7b;
	background-color:#711011;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #d8cf7b;
    width: 141px;
    height: 86px;
    border-color: #d8cf7b;
	background-color:#711011;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}


