/* Estilo Basico */
@import url("interna.css");

/* **** Estrutura do Conteudo da Capa **** */
/* *** Blocos - content *** */

#content {
	height: 521px;
	background: url(../../imgs/interna/mural-recados-bg.jpg) no-repeat;
}


#txt-confirmacao {
	float:left;
	width: 243px;
	height: 216px;
	position:absolute;
	top: 194px;
	left: 266px;}

#recados {
	color: white;
	float:left;
	width: 260px;
	height:160px;
	position:absolute;
	top: 170px;
	left: 270px;
	overflow: hidden; }

.df-list {
	list-style-image: url(../../imgs/bullet-5.png);	}

.depoimento {
	display: none;
	float: left;
	width: 260px;
	height: 140px;	
	margin:1px 0 0;
}

.depoimento .name {
	margin: 10px 0 0;
	padding: 0;
	color: white;
	font-size: 1.2em;	}


.depoimento .desc {
/*	font-style: italic;*/
	margin: 0;
	padding: 0;	}
	
	
	

#prev, #next {
	float: left;
	height: 57px;
	position: absolute;
	top: 384px;
	border: 0!important;}

#prev {
	width:81px;
	left: 210px;	}
	
#next {
	width:70px;
	left: 300px;	}
	
	
#formulario {
	color: #333;
	float:left;
	width: 325px;
	height:197px;
	position:absolute;
	top: 313px;
	right: 88px;
	background: url(../../imgs/interna/mural-recados-btn-form.jpg) no-repeat;
	font-size: 11px;
	}
	
.df-table {
	float:left;
	position:relative;
	top: 55px;
	left: 37px;
	width: 248px;
	margin-bottom:0px;
}

.df-table tr,
.df-table td,
.df-table th {
	border: none !important;}


#formulario .field,
#formulario .field {
	background-color: #f8f9a4;
	border: 1px solid #c3c572;
}

#formulario .campoLength {
	background: transparent;
	border: none;
	margin:0;
	padding: 0;
	width: 22px;
	color: #f18e0e;
	font-weight: bold;
	text-align: right;
}

#formulario .btn {
	background-color: #dfe37f;
	border: 1px solid #c3c572;
}
/*
.depoimento .quote-open, 
.depoimento .quote-close {
	color: white;
	font-size: 2em;
	height: 0;	}
.depoimento .quote-open {
	float: left;
	margin: -10px 0 0 -12px;
	padding: 0;	}
.depoimento .quote-close {
	float: right;
	margin: -10px 6px 0px 0;
	padding: 0;	}
*/

/* *** FIM Blocos - content *** */