@charset "utf-8";
/* CSS Document */



.rodape{
font-family: Verdana;
font-size:10px;
color:#7037b5;
text-decoration:none;

}

.meio{
height:612px;
background-image:url(images/bg_meio.jpg);
background-repeat:no-repeat;
background-position:top;
vertical-align:top;
	color:#ffffff;
}

.meio_home{
height:612px;
background-image:url(images/bg_home.jpg);
background-repeat:no-repeat;
background-position:top;
vertical-align:top;
}

.esquerda{
background-image:url(images/rpt_esquerda.gif); 
background-position:top right; 
background-repeat:repeat-x;
}

.direita{
background-image:url(images/rpt_direita.gif);
 background-position:top left;
 background-repeat:repeat-x
}


.textfield_orcamento {
    font-size: 11px;
    color: #fff;
    width: 97px;
    height: 13px;
    border-color: #fff;
	background-color:#1b152e;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1{
    font-size: 11px;
    color: #fff;
    width: 141px;
    height: 20px;
    border-color: #fff;
	background-color:#1b152e;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #fff;
    width: 141px;
    height: 86px;
    border-color: #fff;
	background-color:#1b152e;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}



.body{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

