h2.tit-mural {
	background: url(../imagens/logo_mural.gif) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	width: 174px;
	height: 92px;
	position: absolute;
	left: 50%;
	margin-left: -87px;
	top: 109px;
	z-index: 10;
}

#lista-recados {
	float: left;
	margin-top: 64px;
	border-right: 1px solid #CCC;
	width: 348px;	
}
#lista-recados ul li {
	margin-bottom: 26px;
}
#lista-recados div {
	float: left;
	width: 265px;
}
#lista-recados div.img {
	width: 70px;
	float: left;
	margin-top: 1px;
}
#lista-recados div h3 {
	color: #d53859;
	font-weight: normal;
}
#lista-recados div p {
	line-height: 18px;
	margin: 7px 0;
}
#lista-recados div a.leia-mais {
	font-size: 11px;
	color: #4F72FF;
}

#envia-recado {
	margin-top: 64px;
	width: 320px;
	float: right;
	background: url(../imagens/bg_detalhes_coracao.gif) no-repeat right bottom;
	padding-bottom: 250px;
}
#envia-recado p {
	text-align: justify;
	line-height: 16px;
	margin-bottom: 18px;
}
#envia-recado form {
	background: url(../imagens/marcas_bonecas.gif) no-repeat right bottom;
	position: relative;
	margin-top: -6px;
	height: 520px;
}
#envia-recado form label {
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 3px 0;
	display: block;
	color: #c04861;
}
#envia-recado form .c {
	width: 96%;
	border: 1px solid #e3e3e3;
	border-right-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	background: #FFF url(../imagens/bg_input.gif) repeat-x;
	font: 12px Arial, Tahoma, Verdana;
	padding: 3px 4px;
}
#envia-recado form .c:focus {
	border-color: #c04861;
}
#envia-recado form .rowButton {
	margin-top: 14px;
}
#envia-recado form .rowButton input {
	float: left;
	background: #c04861;
	overflow: visible;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	border: none;
	font-size: 11px;
	padding: 4px 6px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
#envia-recado form .rowButton input:hover {
	background: #9F2743;
}
#btOrkut {
	float: left;
	display: inline;
	background: url(../imagens/bt_orkut.gif) no-repeat;
	width: 223px;
	height: 53px;
	text-indent: -1000px;
	overflow: hidden;
	margin: 20px 30px;
}

div.paging {
	float: left;
	display: inline;
	background: url(../imagens/bg_paginacao.gif) no-repeat;
	margin: 18px -36px -3px;
	height: 35px;
	text-align: center;
	padding-top: 15px;
	width: 762px;
	color: #666;
	font-size: 14px;
	cursor: default;
}
div.paging div.disabled {
	color: #CCC;
	display: inline;
	cursor: default;
}
div.paging a {
	color: #94265A;
	font-weight: bold;
	padding: 0 2px;
}

/* MODAL */
.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999;}
.bg_modal { position: absolute; top: 0; left: 0; z-index: 99998; }
.view_modal { position: absolute; left: 50%; top: 50%; text-align: left; z-index: 99998; }
.modal { visibility: hidden; cursor:pointer; }

.mural-exibe {
	width: 436px;
}
.mural-exibe .bt-fechar {
	float: right;
	background: #c04861;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	padding: 4px 6px;
	margin-bottom: 8px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.mural-exibe div.img {
	margin-bottom: 10px;
}
.mural-exibe div.img img {
	background: #FFF;
	padding: 3px;
}
.mural-exibe div.info {
	background: #fff;
	padding: 12px 14px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;	
}
.mural-exibe div.info h3 {
	color: #d53859;
	font-weight: normal;
	font-size: 14px;
}
.mural-exibe div.info p {
	line-height: 18px;
	margin: 7px 0 0;
}