#conteudo form {
	margin-top:15px;
	/* color:#909090; */
	font-size:12px;
	padding-left:22px;
}
#conteudo form label {
	width:100px;
	height:22px;
	display:inline-block;
	text-align:right;
	padding-right:5px;
}
.juridica label {width:120px;}
#conteudo form .button {
	border:none;
	width:55px;
	height:19px;
	color:white;
	line-height:19px;
	font-size:11px;
	margin-top:20px;
	background-repeat:no-repeat;
}
#conteudo form #bt_continuar {background-image:url("../imgs/btcomprar.png");margin-left:20px;}
#conteudo form #bt_limpar {background-image:url("../imgs/btvoltar.jpg");margin-left:200px;}

/*PAGINA AREA CADASTRO */

#user_cadastro {
	font-size:12px;
	margin-left:30px;
	padding:15px 0px;
}
#user_cadastro .box {
	width:300px;
	float:left;
	padding-top:5px;
	margin-top:15px;
	margin-right:25px;
	text-align:center;
	border:dashed 1px gray;
	height:150px;
}
#user_cadastro .box h3 {
	/* color:#EE2A24; */
	color:#246D5A;
	margin-bottom:15px;
}
#user_cadastro .box form {
	margin:0px;
	height:100px;
	padding:0px;
	position:relative;
}
#user_cadastro .box form a {
	position:absolute;
	color:#909090;
	left:25px;
	bottom:0px;
	text-decoration:underline;
}
#user_cadastro .box form label {
width:50px;
}
#user_cadastro .box form button {
	color:black;
	border:none;
	font-size:12px;
	font-weight:bold;
	background-repeat:no-repeat;
	background:none;
	display:inline-block;
	margin-top:3px;
	width:43px;
	height:23px;
	line-height:22px;
	position:absolute;
	right:40px;
	bottom:0px;
	text-align:center;
	background-image: url("../imgs/bgbutton.png");
}
#user_cadastro .box form input {
	background-repeat:no-repeat;
	background-color:transparent;
	background-image:url('../imgs/bginput.png');
	border:none;
	height:22px;
	color:#aeaeae;
	padding-top:3px;
	margin-top:5px;
	padding-left:5px;
	width:160px;
}
#user_cadastro .box a {
	display:inline-block;
	text-decoration:none;
	position:relative;
	color:white;
	padding:0px 4px;
	height:19px;
	line-height:19px;
}
#user_cadastro .box a span {
	position:absolute;
	top:0px;
	display:block;
	height:19px;
	width:4px;
}
#user_cadastro .box a.btjuridica .left {
	background-image:url("../imgs/leftcinza.png");
	left:-4px;
}
#user_cadastro .box a.btjuridica .right {
	background-image:url("../imgs/rightcinza.png");
	right:-4px;
}
#user_cadastro .box a.btfisica .left {
	background-image:url("../imgs/leftvermelho.png");
	left:-4px;
}
#user_cadastro .box a.btfisica .right {
	background-image:url("../imgs/rightvermelho.png");
	right:-4px;
}
#user_cadastro .box a.btfisica {
	margin-top:15px;
	background-image:url("../imgs/bgvermelhobt.png");
	margin-bottom:10px;
}
#user_cadastro .box a.btjuridica {
	background-image:url("../imgs/bgcinzabt.png");
}
/* PAGINA ORÇAMENTO */
#orcamento {
	font-size:12px;
	margin-left:30px;
	margin-top:20px;
}
#orcamento table {
	width:100%;
	margin:10px 0px;
}
#orcamento strong {
	/* color:#EE2A24; */
	color:#246D5A;
	display:block;
}
#orcamento small em.cinza {color:#575757;font-weight:bold;font-size:11px;font-style:normal;}
#orcamento small em.vermelho {color:#cd2f2f;font-weight:bold;font-size:11px;font-style:normal;}
#orcamento table td {
text-align:center;
background-color:#DFEBE8;
}
#orcamento table td.imgs {width:80px;}
#orcamento table td.produtos {width:400px;}
/* #orcamento table th {color:#EE2A24;padding:5px;} */
#orcamento table th {color:#246D5A;;padding:5px;}
.btright {
	text-align:right;
	margin:15px 0px;
}
.btright  a {
	margin:0px 10px;
	height:19px;
	text-decoration:none;
	line-height:19px;
	color:white;
	display:inline-block;
	position:relative;
	background-repeat:repeat-x;
}
.btright  a span {
	position:absolute;
	top:0px;
	display:block;
	height:19px;
	width:4px;
}
.btright  a.confirmar .left {
	background-image:url("../imgs/leftcinza.png");
	left:-4px;
}
.btright  a.confirmar .right {
	background-image:url("../imgs/rightcinza.png");
	right:-4px;
}
.btright  a.concluir .left {
	background-image:url("../imgs/leftvermelho.png");
	left:-4px;
}
.btright  a.concluir .right {
	background-image:url("../imgs/rightvermelho.png");
	right:-4px;
}
.btright  a.concluir {background-image:url("../imgs/bgvermelhobt.png");}
.btright  a.confirmar {background-image:url("../imgs/bgcinzabt.png");}

/* INICIO PAGINA CONFIRMAÇÃO CADASTRO */
.confirmacao label {width:150px!important;line-height:21px;}
.confirmacao input {margin-right:5px;}
.confirmacao select {margin:5px 0px 8px 0px;}
.confirmacao small {line-height:10px;height:24px;display:block; margin-top:3px;}
.confirmacao textarea {margin-top:5px;}
.confirmacao .tabela2 {
	margin-left:155px;
}
.confirmacao .tabela2 {margin-bottom:20px;}
.confirmacao .tabela2 input {margin-top:3px;}