@charset "utf-8";
/* 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=""
		)
	);
}


.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;
}

div.background{
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div.background-interna{
	background-image:url(images/interna_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#menu{
	height:36px;
	width:783px;
}

.body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5f0913;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

.rodape{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5f0913;
	text-decoration:none;
}

.positions{
/*padding-top:58px;*/
padding-left:31px;
}

#contentMask {
	width: 297px;
    height: 465px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 297px;
    position: relative;
	text-align: left;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 12px;
	height: 465px;
	background-image:url(images/scroll_line.gif);
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}

/* Opinioes */
.textfield_orcamento {
    font-size: 11px;
    color: #5f0913;
    width: 200px;
    height: 13px;
    border-color: #5f0913;
	background-color:#;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas1 {
    font-size: 11px;
    color: #5f0913;
    width: 141px;
    height: 20px;
    border-color: #5f0913;
	background-color:#;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #5f0913;
    width: 250px;
    height: 70px;
    border-color: #5f0913;
	background-color:#;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}



