@charset "utf-8";
/* CSS Document */

div.externa-bg{
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

div.externa{
	width:1024px;
}

.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.menu{
	width:768px;
	height:51px;
}

.corpo-interna{
	background-image:url(images/interna.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:50px;
}

.body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#78543e;
	text-decoration:none;
}

div.bg_rodape{
	background-image:url(images/rodape.gif);
	padding-left:159px;
}

.rodape{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8a7753;
	text-decoration:none;
}

#contentMask {
	width: 390px;
    height: 218px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 390px;
    position: relative;
	text-align: left;
}

#up {
	margin:2px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 16px;
	height: 216px;
	background-image:url(images/scroll_line.gif);
	background-repeat:repeat-y;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 2px;

}

/* Opinioes */
.textfield_orcamento {
    font-size: 11px;
    color: #78543e;
    width: 250px;
    height: 13px;
    border-color: #78543e;
	background-color: #eed9b0;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #78543e;
    width: 141px;
    height: 20px;
    border-color: #78543e;
	background-color:#eed9b0;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #78543e;
    width: 310px;
    height: 86px;
    border-color: #78543e;
	background-color:#eed9b0;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}


