/* 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=""  )  );
}
body {
	background-image: url(images/bg_line.gif);
	background-position:top;
	background-repeat: repeat-x;
	background-color:#ffc20e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.lateral-esquerda {
	background-image:url(images/lateral_esquerda.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.lateral-direita {
	background-image:url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.centro {
	width:771px;
}
#menu {
	width:771px;
	height:38px;
	float:left;
}
#externa {
	width:771px;
	height:730px;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
.body {
	font-family:Verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
	text-align:justify;
	line-height:1.5;
}
a:hover {
	text-decoration:underline;
}
.rodape {
	font-family: Verdana;
	font-size:10px;
	color:#000;
	text-decoration:none;
}
#contentMask {
	width: 450px;
	height: 200px;
	position: relative;
	overflow: hidden;
	margin-top:30px;
}
#content {
	width: 450px;
	position: relative;
	text-align: left;
	margin-left:0px;
}
#up {
	margin: 0px 0 0 0;
	cursor: pointer;
}
#track {
	width:25px;
}
#down {
	cursor: pointer;
}
#drag {
	position: relative;
	cursor: pointer;
	margin-top:0px;
}
.textfield_orcamento {
	font-size: 11px;
	color: #000;
	width: 350px;
	height: 13px;
	border-color: #000;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textfield_orcamento1 {
	font-size: 11px;
	color: #000;
	width: 141px;
	height: 20px;
	border-color: #000;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textarea_laminas {
	font-size: 11px;
	color: #000;
	width: 350px;
	height: 86px;
	border-color: #000;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	padding-top: 1px;
	padding-left: 5px;
	overflow: auto;
}
