@charset "utf-8";

*{margin:0; padding:0;}

body, html{
	background-image: url(../../imagens/back.jpg);
}
#site{
	width:1000px; height:620px;
	position:relative;
	overflow:hidden;
	z-index:0;
}
#conteudo{
	width:1000px; height:424px;
	background:url(../../imagens/img-orcamento-recopy.jpg) no-repeat right #FFF;
}
#conteudo #texto{
	width:520px; height:150px;
	font-family: 'eras';
	color:#000;
	font-size:18px;
	float:right;
	margin:20px 0 0 0;
}
#conteudo #orcamento{
	font-family:Verdana, Geneva, sans-serif;
	background:url(../../imagens/back-orcamento.jpg) repeat-x;
	width:439px; height:424px;
	color:#FFF;
	font-size:14px;
	float:left;
	margin:0 0 0 0;
}
#orcamento #labels{
	font-size:12px;
	margin:10px 0 0 10px;
	width:420px; height:400px;
	float:left;
	text-align:right;
}
#labels span.lab-cont{
	display:block;
	width:403px;
	margin:9px 0 0 0;
}
.box-cont{
	width:240px;
}
.check-box1{
	margin:0 15px 0 0;
	width:95px;
}
.check-box2{
	width:95px;
}

.erro{
	float:left;
	width:200px;
	margin:20px 0 0 40px;
	font-family: 'eras';
	font-size:14px;
	color:#d60a0a;
	text-align:left;
}
#labels .botao{
	cursor:pointer;
	margin:25px 30px 0 0;
	float:right;
	background:none;
	font-family: 'eras';
	font-size:18px;
	color:#000;
	border:none;
}
