#link_assinar{
	position: absolute;
	top: 100px;
	right: 15px;
	width: 230px;
	margin-bottom: 10px; 
	font-size: 14px; 
	font-weight: bold;
	padding: 10px; 
	border: 1px solid orange;
	background-image: url(../tema/dashed-9px-orange-yellow.png);
	background-position: top;
	color: white;
	}
#link_assinar:link, #link_assinar:visited{color: black; text-decoration: none;}
	
#form_assinar{
	position: absolute;
	top: 100px;
	right: 15px;
	width: 230px;
	border: 1px solid orange;
	padding: 10px;
	font-size: 12px;
	background: url(../tema/dashed-9px-black-gray.png);
	}
	
#form_assinar p{margin-bottom: 3px;}

#form_assinar input{
	padding: 3px;
	background: #212121;
	border: 1px solid #aa5500;
	color: white;
	width: 100%;
	}

#form_assinar #nome{width: 100%;}

#form_assinar textarea{
	padding: 3px;
	background: #212121;
	border: 1px solid #aa5500;
	color: white;
	width: 100%; }
	
#form_assinar #enviar{
	width: 100%; 
	height: 30px;
	text-align: center; 
	font-size: 16px;
	background: orange;
	color: black;
	font-weight: bold;
	margin-top: 5px;
	}
#form_assinar #enviar:hover{
	border: 1px solid #0049a3;
	background: #3b93d3;
	color: white;
	}

#LivroDeVisitas{
	margin-top: 10px;
	list-style-type: none;
	font-size: 11px;
	color: white;
	width: 480px;
	}

/********************************************************************/
	
#LivroDeVisitas li{
	padding: 10px 0px;
	font-size: 13px;
	border-bottom: 1px solid gray;
	}

#captcha{display: none;}
