.envieBox{	
	display: none;
	/*position: fixed;*/
	width: 300px;
	height: 120px;
	padding: 5px;
	background-color: #f4f3f3;
	color:#666666;
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
}

.envieBox table{
	font-size: 11px;
	font-weight: bold;
	color: #c00;
}

.envieBox td{
	padding: 3px;
}

.form-envie {
	border: 1px solid #ccc;
	margin: 4px 0px 0px 0px;
}

.plinkBox{
	display: none;
	height: 50px;
	margin: 0px;
	padding: 1px;
	background-color: #f4f3f3;
	text-align: center;
	width: 99.7%;
}

.plinkBox a{
	text-decoration: none;
	color: #c00;
	font-family: tahoma;
	font-size: 11px;
}

.plinkBox a:hover {
	text-decoration: underline;
}

.titulo-interacao{
	margin: 8px 6px;
	color: #c00;
	display: block;
}


.permalink {
	font-weight: normal;
	float: left;
	width: 72px;
	background-image: url('../_img/ico_permalink.jpg');
	background-position: right;
	background-repeat: no-repeat;
	margin: 0px 10px 0px 0px;
}

.imprimir {
	font-weight: normal;
	width: 62px;
	background-image: url('../_img/ico_imprimir.jpg');
	background-position: right;
	background-repeat: no-repeat;
	margin: 0px 10px 0px 0px;
	float: left;
}

.enviar {
	font-weight: normal;
	width: 46px;
	background-image: url('../_img/ico_enviar.jpg');
	background-position: right;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	float: left;
}

