/* Estilo Basico */
@import url("interna.css");

/* **** Estrutura do Conteudo da Capa **** */

#content {
	height: 513px;
	background: url(../../imgs/interna/lojistas-bg.jpg) no-repeat;
}

#txt-mensagem {
	float: left;
	width: 203px;
	height: 90px;
	position: absolute;
	top: 186px;
	left: 31px;	}

#txt-mensagem-mural {
	float: left;
	width: 469px;
	height: 64px;
	position: absolute;
	top: 89px;
	left: 249px;	}
	

#txt-confirmacao {
	float:left;
	width: 394px;
	height: 341px;
	position:absolute;
	top:102px;
	left: 297px; }

#formulario {
	float:left;
	width: 450px;
	height: 375px;
	position: absolute;
	top: 150px;
	left: 263px;
	color: #333;
	font-size: 12px;
}

#formulario table table th,
#formulario table table td,
#formulario table table tr {
	margin:0;
	padding: 0;
	border: 0;
}

#formulario table th,
#formulario table td,
#formulario table tr {
	border-color: #be8742;
}

#formulario .btn,
#formulario input,
#formulario textarea {
	background-color:white;
	border-color: #be8742;
}



/* *** Blocos - content *** */
.df-list {
	list-style-image: url(../../imgs/bullet-5.png);	}

h2.title {
	padding: 0;
	margin: 10px 0 5px;
	color: #e87e7e;
	font-size: 1.55em;
	font-weight: bold;	}

h3.title {
	color: #cf7070;
	font-size: 1.15em;}
/* *** FIM Blocos - content *** */