@charset "utf-8";
/* CSS Document */

div.esterna{
	position:relative;
	background-image:url(image/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

div.interna{
	width:774px;
}

div.menu{
	padding-left:81px;
}

div.interna_a{
	background-image:url(image/corpo2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:246px;
	padding-left:101px;
}

div.rodape{
	background-image:url(image/rodape.jpg);
	background-position:top;
	background-repeat:no-repeat;
/*	height:56px;*/
}

.rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#73cee2;
	text-decoration:none;
}

.body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e4eef0;
	text-decoration:none;
}

#contentMask {
	width: 486px;
    height: 210px;
    position: relative;
    overflow: hidden;	
}

#content {
	width: 486px;
    position: relative;
	text-align: left;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 10px;
	height: 122px;
	background-image:url(image/scroll_line.gif);
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}

/* Opinioes */
.textfield_orcamento {
    font-size: 11px;
    color: #73cee2;
    width: 97px;
    height: 13px;
    border-color: #73cee2;
	background-color:#145b95;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #73cee2;
    width: 141px;
    height: 20px;
    border-color: #73cee2;
	background-color:#145b95;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #73cee2;
    width: 141px;
    height: 86px;
    border-color: #73cee2;
	background-color:#145b95;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}



